Class: Aws::Types::CreateContainerServiceDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerServiceDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Hash[::String, Types::Container]
Returns the value of attribute containers.
-
#public_endpoint ⇒ Types::EndpointRequest
Returns the value of attribute public_endpoint.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#containers ⇒ ::Hash[::String, Types::Container]
Returns the value of attribute containers.
591 592 593 |
# File 'sig/types.rbs', line 591 def containers @containers end |
#public_endpoint ⇒ Types::EndpointRequest
Returns the value of attribute public_endpoint.
592 593 594 |
# File 'sig/types.rbs', line 592 def public_endpoint @public_endpoint end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def service_name @service_name end |