Class: Aws::ApiGatewayV2::Types::DeleteVpcLinkRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Returns:

  • (String)


2950
2951
2952
2953
2954
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2950

class DeleteVpcLinkRequest < Struct.new(
  :vpc_link_id)
  SENSITIVE = []
  include Aws::Structure
end