Class: Aws::AlexaForBusiness::Types::UpdateGatewayRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description of the gateway.

Returns:

  • (String)


5014
5015
5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5014

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

#gateway_arnString

The ARN of the gateway to update.

Returns:

  • (String)


5014
5015
5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5014

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

#nameString

The updated name of the gateway.

Returns:

  • (String)


5014
5015
5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5014

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

#software_versionString

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

Returns:

  • (String)


5014
5015
5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5014

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