Class: Aws::AlexaForBusiness::Types::GatewayGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GatewayGroup
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2051 2052 2053 2054 2055 2056 2057 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2051 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the gateway group.
2051 2052 2053 2054 2055 2056 2057 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2051 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway group.
2051 2052 2053 2054 2055 2056 2057 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2051 class GatewayGroup < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |