Class: Aws::Types::DescribeContainerAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContainerAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_association_arn ⇒ ::String
Returns the value of attribute container_association_arn.
-
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
-
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resolved_cidr_count ⇒ ::Integer
Returns the value of attribute resolved_cidr_count.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#container_association_arn ⇒ ::String
Returns the value of attribute container_association_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
524 525 526 |
# File 'sig/types.rbs', line 524 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
528 529 530 |
# File 'sig/types.rbs', line 528 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
526 527 528 |
# File 'sig/types.rbs', line 526 def description @description end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
531 532 533 |
# File 'sig/types.rbs', line 531 def last_updated_time @last_updated_time end |
#resolved_cidr_count ⇒ ::Integer
Returns the value of attribute resolved_cidr_count.
530 531 532 |
# File 'sig/types.rbs', line 530 def resolved_cidr_count @resolved_cidr_count end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
529 530 531 |
# File 'sig/types.rbs', line 529 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
532 533 534 |
# File 'sig/types.rbs', line 532 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
527 528 529 |
# File 'sig/types.rbs', line 527 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
533 534 535 |
# File 'sig/types.rbs', line 533 def update_token @update_token end |