Class: Aws::AlexaForBusiness::Types::CreateGatewayGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateGatewayGroupResponse
- 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 created gateway group.
Instance Attribute Details
#gateway_group_arn ⇒ String
The ARN of the created gateway group.
901 902 903 904 905 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 901 class CreateGatewayGroupResponse < Struct.new( :gateway_group_arn) SENSITIVE = [] include Aws::Structure end |