Class: Aws::Types::CreateContainerServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment ⇒ Types::ContainerServiceDeploymentRequest
Returns the value of attribute deployment.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#deployment ⇒ Types::ContainerServiceDeploymentRequest
Returns the value of attribute deployment.
615 616 617 |
# File 'sig/types.rbs', line 615 def deployment @deployment end |
#power ⇒ "nano", ...
Returns the value of attribute power.
611 612 613 |
# File 'sig/types.rbs', line 611 def power @power end |
#private_registry_access ⇒ Types::PrivateRegistryAccessRequest
Returns the value of attribute private_registry_access.
616 617 618 |
# File 'sig/types.rbs', line 616 def private_registry_access @private_registry_access end |
#public_domain_names ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute public_domain_names.
614 615 616 |
# File 'sig/types.rbs', line 614 def public_domain_names @public_domain_names end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
612 613 614 |
# File 'sig/types.rbs', line 612 def scale @scale end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
610 611 612 |
# File 'sig/types.rbs', line 610 def service_name @service_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
613 614 615 |
# File 'sig/types.rbs', line 613 def @tags end |