Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
func NewResourceWithOptions ¶
func NewResourceWithOptions(options *OrganizationOptions) *resource.Resource
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(organizationsClient *aws.OrganizationsClient) *Getter
type OrganizationOptions ¶
type OrganizationOptions struct {
resource.CommonOptions
}
func NewOptions ¶
func NewOptions() (options *OrganizationOptions, flags cmd.Flags)
type OrganizationPrinter ¶
type OrganizationPrinter struct {
Organization *types.Organization
}
func NewPrinter ¶
func NewPrinter(Organization *types.Organization) *OrganizationPrinter
func (*OrganizationPrinter) PrintJSON ¶
func (p *OrganizationPrinter) PrintJSON(writer io.Writer) error
func (*OrganizationPrinter) PrintTable ¶
func (p *OrganizationPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.