Class: Aws::VPCLattice::Types::DeleteResourceEndpointAssociationResponse

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)


1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :id,
  :arn,
  :resource_configuration_id,
  :resource_configuration_arn,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :id,
  :arn,
  :resource_configuration_id,
  :resource_configuration_arn,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_arnString

The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :id,
  :arn,
  :resource_configuration_id,
  :resource_configuration_arn,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_idString

The ID of the resource configuration.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :id,
  :arn,
  :resource_configuration_id,
  :resource_configuration_arn,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the resource VPC endpoint that is associated with the resource configuration.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :id,
  :arn,
  :resource_configuration_id,
  :resource_configuration_arn,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end