Class: Aws::AlexaForBusiness::Types::GetGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2262 class GetGatewayRequest < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |