Class: Aws::AlexaForBusiness::Types::GetGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The ARN of the gateway to get.
Instance Attribute Details
#gateway_arn ⇒ String
The ARN of the gateway to get.
2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2277 class GetGatewayRequest < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |