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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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)


1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1336

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)


1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1336

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)


1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1336

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)


1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1336

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)


1336
1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1336

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