Class: Aws::VPCLattice::Types::GetResourceGatewayRequest

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

#resource_gateway_identifierString

The ID of the resource gateway.

Returns:

  • (String)


1986
1987
1988
1989
1990
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1986

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