Class: Aws::Types::GetServiceSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_region_discovery_home_region ⇒ ::String
Returns the value of attribute cross_region_discovery_home_region.
-
#cross_region_discovery_source_regions ⇒ ::Array[::String]
Returns the value of attribute cross_region_discovery_source_regions.
-
#enable_cross_accounts_discovery ⇒ Boolean
Returns the value of attribute enable_cross_accounts_discovery.
-
#license_manager_resource_share_arn ⇒ ::String
Returns the value of attribute license_manager_resource_share_arn.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
-
#service_status ⇒ Types::ServiceStatus
Returns the value of attribute service_status.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#cross_region_discovery_home_region ⇒ ::String
Returns the value of attribute cross_region_discovery_home_region.
576 577 578 |
# File 'sig/types.rbs', line 576 def cross_region_discovery_home_region @cross_region_discovery_home_region end |
#cross_region_discovery_source_regions ⇒ ::Array[::String]
Returns the value of attribute cross_region_discovery_source_regions.
577 578 579 |
# File 'sig/types.rbs', line 577 def cross_region_discovery_source_regions @cross_region_discovery_source_regions end |
#enable_cross_accounts_discovery ⇒ Boolean
Returns the value of attribute enable_cross_accounts_discovery.
574 575 576 |
# File 'sig/types.rbs', line 574 def enable_cross_accounts_discovery @enable_cross_accounts_discovery end |
#license_manager_resource_share_arn ⇒ ::String
Returns the value of attribute license_manager_resource_share_arn.
575 576 577 |
# File 'sig/types.rbs', line 575 def license_manager_resource_share_arn @license_manager_resource_share_arn end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
573 574 575 |
# File 'sig/types.rbs', line 573 def organization_configuration @organization_configuration end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def s3_bucket_arn @s3_bucket_arn end |
#service_status ⇒ Types::ServiceStatus
Returns the value of attribute service_status.
578 579 580 |
# File 'sig/types.rbs', line 578 def service_status @service_status end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def sns_topic_arn @sns_topic_arn end |