Method: Aws::AlexaForBusiness::Types::GetGatewayResponse#gateway
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
#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 |