Class: Aws::AlexaForBusiness::Types::Gateway

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

Overview

The details of the gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the gateway.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2040

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

#descriptionString

The description of the gateway.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2040

class Gateway < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2040

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

#nameString

The name of the gateway.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2040

class Gateway < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2040

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