Class: Aws::AlexaForBusiness::Types::GatewaySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GatewaySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The summary of a 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.
2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File '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 |
#description ⇒ String
The description of the gateway.
2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File '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_arn ⇒ String
The ARN of the gateway group that the gateway is associated to.
2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File '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 |
#name ⇒ String
The name of the gateway.
2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File '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_version ⇒ String
The software version of the gateway. The gateway automatically updates its software version during normal operation.
2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File '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 |