Module: Aws::NetworkFirewall::Client::_DescribeContainerAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeContainerAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #container_association_arn ⇒ ::String
- #container_association_name ⇒ ::String
- #container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
- #description ⇒ ::String
- #last_updated_time ⇒ ::Time
- #resolved_cidr_count ⇒ ::Integer
- #status ⇒ "ACTIVE", ...
- #tags ⇒ ::Array[Types::Tag]
- #type ⇒ "ECS", "EKS"
- #update_token ⇒ ::String
Instance Method Details
#container_association_arn ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def container_association_arn: () -> ::String
|
#container_association_name ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def container_association_name: () -> ::String
|
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
604 |
# File 'sig/client.rbs', line 604
def container_monitoring_configurations: () -> ::Array[Types::ContainerMonitoringConfiguration]
|
#description ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def description: () -> ::String
|
#last_updated_time ⇒ ::Time
607 |
# File 'sig/client.rbs', line 607
def last_updated_time: () -> ::Time
|
#resolved_cidr_count ⇒ ::Integer
606 |
# File 'sig/client.rbs', line 606
def resolved_cidr_count: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
605 |
# File 'sig/client.rbs', line 605
def status: () -> ("ACTIVE" | "CREATING" | "DELETING")
|
#tags ⇒ ::Array[Types::Tag]
608 |
# File 'sig/client.rbs', line 608
def tags: () -> ::Array[Types::Tag]
|
#type ⇒ "ECS", "EKS"
603 |
# File 'sig/client.rbs', line 603
def type: () -> ("ECS" | "EKS")
|
#update_token ⇒ ::String
609 |
# File 'sig/client.rbs', line 609
def update_token: () -> ::String
|