Class: Aws::AlexaForBusiness::Types::GetGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway ⇒ Types::Gateway
The details of the gateway.
Instance Attribute Details
#gateway ⇒ Types::Gateway
The details of the gateway.
2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2289 class GetGatewayResponse < Struct.new( :gateway) SENSITIVE = [] include Aws::Structure end |