Class: Aws::VPCLattice::Types::GetResourceGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetResourceGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_gateway_identifier ⇒ String
The ID of the resource gateway.
Instance Attribute Details
#resource_gateway_identifier ⇒ String
The ID of the resource gateway.
1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1986 class GetResourceGatewayRequest < Struct.new( :resource_gateway_identifier) SENSITIVE = [] include Aws::Structure end |