Class: Aws::NetworkFirewall::Types::DeleteContainerAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteContainerAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_association_arn ⇒ String
The Amazon Resource Name (ARN) of the container association.
-
#container_association_name ⇒ String
The descriptive name of the container association.
-
#status ⇒ String
The current status of the container association.
Instance Attribute Details
#container_association_arn ⇒ String
The Amazon Resource Name (ARN) of the container association.
2070 2071 2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2070 class DeleteContainerAssociationResponse < Struct.new( :container_association_name, :container_association_arn, :status) SENSITIVE = [] include Aws::Structure end |
#container_association_name ⇒ String
The descriptive name of the container association.
2070 2071 2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2070 class DeleteContainerAssociationResponse < Struct.new( :container_association_name, :container_association_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the container association. After deletion is
initiated, the status is DELETING.
2070 2071 2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2070 class DeleteContainerAssociationResponse < Struct.new( :container_association_name, :container_association_arn, :status) SENSITIVE = [] include Aws::Structure end |