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)


2318
2319
2320
2321
2322
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2318

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