Class: Aws::AlexaForBusiness::Types::GatewaySummary

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

Overview

The summary of a gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the gateway.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2123

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

#descriptionString

The description of the gateway.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2123

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

#gateway_group_arnString

The ARN of the gateway group that the gateway is associated to.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2123

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

#nameString

The name of the gateway.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2123

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

#software_versionString

The software version of the gateway. The gateway automatically updates its software version during normal operation.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2123

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