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)


2937
2938
2939
2940
2941
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2937

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