Class: Aws::AlexaForBusiness::Types::GatewayGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the gateway group.

Returns:

  • (String)


2066
2067
2068
2069
2070
2071
2072
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2066

class GatewayGroup < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the gateway group.

Returns:

  • (String)


2066
2067
2068
2069
2070
2071
2072
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2066

class GatewayGroup < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the gateway group.

Returns:

  • (String)


2066
2067
2068
2069
2070
2071
2072
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2066

class GatewayGroup < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end