Class: Aws::Types::UpdateServiceSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_cross_accounts_discovery ⇒ Boolean
Returns the value of attribute enable_cross_accounts_discovery.
-
#enabled_discovery_source_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_discovery_source_regions.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#enable_cross_accounts_discovery ⇒ Boolean
Returns the value of attribute enable_cross_accounts_discovery.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def enable_cross_accounts_discovery @enable_cross_accounts_discovery end |
#enabled_discovery_source_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_discovery_source_regions.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def enabled_discovery_source_regions @enabled_discovery_source_regions end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def organization_configuration @organization_configuration end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def s3_bucket_arn @s3_bucket_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def sns_topic_arn @sns_topic_arn end |