Class: Aws::AlexaForBusiness::Types::UpdateGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description of the gateway.
-
#gateway_arn ⇒ String
The ARN of the gateway to update.
-
#name ⇒ String
The updated name of the gateway.
-
#software_version ⇒ String
The updated software version of the gateway.
Instance Attribute Details
#description ⇒ String
The updated description of the gateway.
5014 5015 5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5014 class UpdateGatewayRequest < Struct.new( :gateway_arn, :name, :description, :software_version) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The ARN of the gateway to update.
5014 5015 5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5014 class UpdateGatewayRequest < Struct.new( :gateway_arn, :name, :description, :software_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the gateway.
5014 5015 5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5014 class UpdateGatewayRequest < Struct.new( :gateway_arn, :name, :description, :software_version) SENSITIVE = [] include Aws::Structure end |
#software_version ⇒ String
The updated software version of the gateway. The gateway automatically updates its software version during normal operation.
5014 5015 5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5014 class UpdateGatewayRequest < Struct.new( :gateway_arn, :name, :description, :software_version) SENSITIVE = [] include Aws::Structure end |