Class: Aws::Types::UpdateOrganizationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOrganizationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
-
#auto_enable_organization_members ⇒ "NEW", ...
Returns the value of attribute auto_enable_organization_members.
-
#data_sources ⇒ Types::OrganizationDataSourceConfigurations
Returns the value of attribute data_sources.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#features ⇒ ::Array[Types::OrganizationFeatureConfiguration]
Returns the value of attribute features.
Instance Attribute Details
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
3231 3232 3233 |
# File 'sig/types.rbs', line 3231 def auto_enable @auto_enable end |
#auto_enable_organization_members ⇒ "NEW", ...
Returns the value of attribute auto_enable_organization_members.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def auto_enable_organization_members @auto_enable_organization_members end |
#data_sources ⇒ Types::OrganizationDataSourceConfigurations
Returns the value of attribute data_sources.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def data_sources @data_sources end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3230 3231 3232 |
# File 'sig/types.rbs', line 3230 def detector_id @detector_id end |
#features ⇒ ::Array[Types::OrganizationFeatureConfiguration]
Returns the value of attribute features.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def features @features end |