Class: Aws::AlexaForBusiness::Types::GatewayGroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

The summary of a gateway group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the gateway group.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
2096
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2090

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

#descriptionString

The description of the gateway group.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
2096
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2090

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

#nameString

The name of the gateway group.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
2096
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2090

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