Class: Aws::VPCLattice::Types::DeleteServiceNetworkResourceAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582

class DeleteServiceNetworkResourceAssociationResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582

class DeleteServiceNetworkResourceAssociationResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the association.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582

class DeleteServiceNetworkResourceAssociationResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end