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.
520 521 522 |
# File 'sig/types.rbs', line 520 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
519 520 521 |
# File 'sig/types.rbs', line 519 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
523 524 525 |
# File 'sig/types.rbs', line 523 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
521 522 523 |
# File 'sig/types.rbs', line 521 def description @description end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
526 527 528 |
# File 'sig/types.rbs', line 526 def last_updated_time @last_updated_time end |
#resolved_cidr_count ⇒ ::Integer
Returns the value of attribute resolved_cidr_count.
525 526 527 |
# File 'sig/types.rbs', line 525 def resolved_cidr_count @resolved_cidr_count end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
527 528 529 |
# File 'sig/types.rbs', line 527 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
522 523 524 |
# File 'sig/types.rbs', line 522 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
528 529 530 |
# File 'sig/types.rbs', line 528 def update_token @update_token end |