Class: Aws::Types::GetServiceSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#home_regions ⇒ ::Array[::String]
Returns the value of attribute home_regions.
-
#linux_subscriptions_discovery ⇒ "Enabled", "Disabled"
Returns the value of attribute linux_subscriptions_discovery.
-
#linux_subscriptions_discovery_settings ⇒ Types::LinuxSubscriptionsDiscoverySettings
Returns the value of attribute linux_subscriptions_discovery_settings.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#status_message ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_message.
Instance Attribute Details
#home_regions ⇒ ::Array[::String]
Returns the value of attribute home_regions.
45 46 47 |
# File 'sig/types.rbs', line 45 def home_regions @home_regions end |
#linux_subscriptions_discovery ⇒ "Enabled", "Disabled"
Returns the value of attribute linux_subscriptions_discovery.
46 47 48 |
# File 'sig/types.rbs', line 46 def linux_subscriptions_discovery @linux_subscriptions_discovery end |
#linux_subscriptions_discovery_settings ⇒ Types::LinuxSubscriptionsDiscoverySettings
Returns the value of attribute linux_subscriptions_discovery_settings.
47 48 49 |
# File 'sig/types.rbs', line 47 def linux_subscriptions_discovery_settings @linux_subscriptions_discovery_settings end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
48 49 50 |
# File 'sig/types.rbs', line 48 def status @status end |
#status_message ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_message.
49 50 51 |
# File 'sig/types.rbs', line 49 def @status_message end |