Class: Aws::AlexaForBusiness::Types::GatewayGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GatewayGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The details of the gateway group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the gateway group.
-
#description ⇒ String
The description of the gateway group.
-
#name ⇒ String
The name of the gateway group.
Instance Attribute Details
#arn ⇒ String
The ARN of the gateway group.
2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2066 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the gateway group.
2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2066 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway group.
2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2066 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |