Class: Aws::Types::ContainerService
- Inherits:
-
Object
- Object
- Aws::Types::ContainerService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#container_service_name ⇒ ::String
Returns the value of attribute container_service_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#current_deployment ⇒ Types::ContainerServiceDeployment
Returns the value of attribute current_deployment.
-
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#next_deployment ⇒ Types::ContainerServiceDeployment
Returns the value of attribute next_deployment.
-
#power ⇒ "nano", ...
Returns the value of attribute power.
-
#power_id ⇒ ::String
Returns the value of attribute power_id.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#private_domain_name ⇒ ::String
Returns the value of attribute private_domain_name.
-
#private_registry_access ⇒ Types::PrivateRegistryAccess
Returns the value of attribute private_registry_access.
-
#public_domain_names ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute public_domain_names.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#scale ⇒ ::Integer
Returns the value of attribute scale.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_detail ⇒ Types::ContainerServiceStateDetail
Returns the value of attribute state_detail.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
402 403 404 |
# File 'sig/types.rbs', line 402 def arn @arn end |
#container_service_name ⇒ ::String
Returns the value of attribute container_service_name.
401 402 403 |
# File 'sig/types.rbs', line 401 def container_service_name @container_service_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
403 404 405 |
# File 'sig/types.rbs', line 403 def created_at @created_at end |
#current_deployment ⇒ Types::ContainerServiceDeployment
Returns the value of attribute current_deployment.
412 413 414 |
# File 'sig/types.rbs', line 412 def current_deployment @current_deployment end |
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
414 415 416 |
# File 'sig/types.rbs', line 414 def is_disabled @is_disabled end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
404 405 406 |
# File 'sig/types.rbs', line 404 def location @location end |
#next_deployment ⇒ Types::ContainerServiceDeployment
Returns the value of attribute next_deployment.
413 414 415 |
# File 'sig/types.rbs', line 413 def next_deployment @next_deployment end |
#power ⇒ "nano", ...
Returns the value of attribute power.
407 408 409 |
# File 'sig/types.rbs', line 407 def power @power end |
#power_id ⇒ ::String
Returns the value of attribute power_id.
408 409 410 |
# File 'sig/types.rbs', line 408 def power_id @power_id end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
415 416 417 |
# File 'sig/types.rbs', line 415 def principal_arn @principal_arn end |
#private_domain_name ⇒ ::String
Returns the value of attribute private_domain_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def private_domain_name @private_domain_name end |
#private_registry_access ⇒ Types::PrivateRegistryAccess
Returns the value of attribute private_registry_access.
419 420 421 |
# File 'sig/types.rbs', line 419 def private_registry_access @private_registry_access end |
#public_domain_names ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute public_domain_names.
417 418 419 |
# File 'sig/types.rbs', line 417 def public_domain_names @public_domain_names end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
405 406 407 |
# File 'sig/types.rbs', line 405 def resource_type @resource_type end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
411 412 413 |
# File 'sig/types.rbs', line 411 def scale @scale end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
409 410 411 |
# File 'sig/types.rbs', line 409 def state @state end |
#state_detail ⇒ Types::ContainerServiceStateDetail
Returns the value of attribute state_detail.
410 411 412 |
# File 'sig/types.rbs', line 410 def state_detail @state_detail end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
406 407 408 |
# File 'sig/types.rbs', line 406 def end |
#url ⇒ ::String
Returns the value of attribute url.
418 419 420 |
# File 'sig/types.rbs', line 418 def url @url end |