Class: Aws::AlexaForBusiness::Types::GetGatewayGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_group_arn ⇒ String
The ARN of the gateway group to get.
Instance Attribute Details
#gateway_group_arn ⇒ String
The ARN of the gateway group to get.
2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2253 class GetGatewayGroupRequest < Struct.new( :gateway_group_arn) SENSITIVE = [] include Aws::Structure end |