Class: Aws::NetworkFirewall::Types::DeleteContainerAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_association_arn ⇒ String

The Amazon Resource Name (ARN) of the container association.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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