Class: Aws::Types::UpdateServiceSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceSettingsResponse
- 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.
199 200 201 |
# File 'sig/types.rbs', line 199 def home_regions @home_regions end |
#linux_subscriptions_discovery ⇒ "Enabled", "Disabled"
Returns the value of attribute linux_subscriptions_discovery.
200 201 202 |
# File 'sig/types.rbs', line 200 def linux_subscriptions_discovery @linux_subscriptions_discovery end |
#linux_subscriptions_discovery_settings ⇒ Types::LinuxSubscriptionsDiscoverySettings
Returns the value of attribute linux_subscriptions_discovery_settings.
201 202 203 |
# File 'sig/types.rbs', line 201 def linux_subscriptions_discovery_settings @linux_subscriptions_discovery_settings end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
202 203 204 |
# File 'sig/types.rbs', line 202 def status @status end |
#status_message ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_message.
203 204 205 |
# File 'sig/types.rbs', line 203 def @status_message end |