Class: Aws::Types::DescribeOrganizationConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Returns the value of attribute auto_enable.

Returns:

  • (Boolean)


828
829
830
# File 'sig/types.rbs', line 828

def auto_enable
  @auto_enable
end

#auto_enable_organization_members"NEW", ...

Returns the value of attribute auto_enable_organization_members.

Returns:

  • ("NEW", "ALL", "NONE")


833
834
835
# File 'sig/types.rbs', line 833

def auto_enable_organization_members
  @auto_enable_organization_members
end

#data_sourcesTypes::OrganizationDataSourceConfigurationsResult

Returns the value of attribute data_sources.



830
831
832
# File 'sig/types.rbs', line 830

def data_sources
  @data_sources
end

#features::Array[Types::OrganizationFeatureConfigurationResult]

Returns the value of attribute features.



831
832
833
# File 'sig/types.rbs', line 831

def features
  @features
end

#member_account_limit_reachedBoolean

Returns the value of attribute member_account_limit_reached.

Returns:

  • (Boolean)


829
830
831
# File 'sig/types.rbs', line 829

def 
  
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def next_token
  @next_token
end