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)


5507
5508
5509
# File 'sig/types.rbs', line 5507

def auto_enable
  @auto_enable
end

#auto_enable_standards"NONE", "DEFAULT"

Returns the value of attribute auto_enable_standards.

Returns:

  • ("NONE", "DEFAULT")


5509
5510
5511
# File 'sig/types.rbs', line 5509

def auto_enable_standards
  @auto_enable_standards
end

#member_account_limit_reachedBoolean

Returns the value of attribute member_account_limit_reached.

Returns:

  • (Boolean)


5508
5509
5510
# File 'sig/types.rbs', line 5508

def 
  @member_account_limit_reached
end

#organization_configurationTypes::OrganizationConfiguration

Returns the value of attribute organization_configuration.



5510
5511
5512
# File 'sig/types.rbs', line 5510

def organization_configuration
  @organization_configuration
end