Class: Aws::AlexaForBusiness::Types::Gateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Gateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The details of the gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the gateway.
-
#description ⇒ String
The description of the gateway.
-
#gateway_group_arn ⇒ String
The ARN of the gateway group that the gateway is associated to.
-
#name ⇒ String
The name of the gateway.
-
#software_version ⇒ String
The software version of the gateway.
Instance Attribute Details
#arn ⇒ String
The ARN of the gateway.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File '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 |
#description ⇒ String
The description of the gateway.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File '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_arn ⇒ String
The ARN of the gateway group that the gateway is associated to.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File '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 |
#name ⇒ String
The name of the gateway.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File '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_version ⇒ String
The software version of the gateway. The gateway automatically updates its software version during normal operation.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File '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 |