Class: Aws::Types::ContainerServiceDeployment
- Inherits:
-
Object
- Object
- Aws::Types::ContainerServiceDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Hash[::String, Types::Container]
Returns the value of attribute containers.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#public_endpoint ⇒ Types::ContainerServiceEndpoint
Returns the value of attribute public_endpoint.
-
#state ⇒ "ACTIVATING", ...
Returns the value of attribute state.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#containers ⇒ ::Hash[::String, Types::Container]
Returns the value of attribute containers.
426 427 428 |
# File 'sig/types.rbs', line 426 def containers @containers end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
428 429 430 |
# File 'sig/types.rbs', line 428 def created_at @created_at end |
#public_endpoint ⇒ Types::ContainerServiceEndpoint
Returns the value of attribute public_endpoint.
427 428 429 |
# File 'sig/types.rbs', line 427 def public_endpoint @public_endpoint end |
#state ⇒ "ACTIVATING", ...
Returns the value of attribute state.
425 426 427 |
# File 'sig/types.rbs', line 425 def state @state end |
#version ⇒ ::Integer
Returns the value of attribute version.
424 425 426 |
# File 'sig/types.rbs', line 424 def version @version end |