Class: Aws::AlexaForBusiness::Types::GetGatewayGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayGroupResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_group ⇒ Types::GatewayGroup
The details of the gateway group.
Instance Attribute Details
#gateway_group ⇒ Types::GatewayGroup
The details of the gateway group.
2250 2251 2252 2253 2254 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2250 class GetGatewayGroupResponse < Struct.new( :gateway_group) SENSITIVE = [] include Aws::Structure end |