Class: Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 group.

Returns:

  • (String)


4983
4984
4985
4986
4987
4988
4989
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983

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

#gateway_group_arnString

The ARN of the gateway group to update.

Returns:

  • (String)


4983
4984
4985
4986
4987
4988
4989
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983

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

#nameString

The updated name of the gateway group.

Returns:

  • (String)


4983
4984
4985
4986
4987
4988
4989
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983

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