Class: Aws::AlexaForBusiness::Types::GetGatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gatewayTypes::Gateway

The details of the gateway.

Returns:



2289
2290
2291
2292
2293
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2289

class GetGatewayResponse < Struct.new(
  :gateway)
  SENSITIVE = []
  include Aws::Structure
end