Class: Aws::IoTWireless::Types::UpdateDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A new description of the resource.

Returns:

  • (String)


6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-iotwireless/types.rb', line 6377

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expressionString

The new rule name or topic rule to send messages to.

Returns:

  • (String)


6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-iotwireless/types.rb', line 6377

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expression_typeString

The type of value in ‘Expression`.

Returns:

  • (String)


6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-iotwireless/types.rb', line 6377

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name of the resource.

Returns:

  • (String)


6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-iotwireless/types.rb', line 6377

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM Role that authorizes the destination.

Returns:

  • (String)


6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-iotwireless/types.rb', line 6377

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end