Class: Aws::Types::UpdateContainerServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
-
#power ⇒ "nano", ...
Returns the value of attribute power.
-
#private_registry_access ⇒ Types::PrivateRegistryAccessRequest
Returns the value of attribute private_registry_access.
-
#public_domain_names ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute public_domain_names.
-
#scale ⇒ ::Integer
Returns the value of attribute scale.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def is_disabled @is_disabled end |
#power ⇒ "nano", ...
Returns the value of attribute power.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def power @power end |
#private_registry_access ⇒ Types::PrivateRegistryAccessRequest
Returns the value of attribute private_registry_access.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def private_registry_access @private_registry_access end |
#public_domain_names ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute public_domain_names.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def public_domain_names @public_domain_names end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def scale @scale end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def service_name @service_name end |