Class: Aws::AlexaForBusiness::Types::GatewayGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GatewayGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The summary of a 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.
2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2090 class GatewayGroupSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the gateway group.
2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2090 class GatewayGroupSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway group.
2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2090 class GatewayGroupSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |