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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275

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

#idString

The ID of the association.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :arn,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275

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

#resource_configuration_idString

The ID of the resource configuration.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275

class DeleteResourceEndpointAssociationResponse < Struct.new(
  :arn,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :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)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275

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