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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5910
5911
5912
5913
5914
5915
5916
5917
5918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5910

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)


5910
5911
5912
5913
5914
5915
5916
5917
5918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5910

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)


5910
5911
5912
5913
5914
5915
5916
5917
5918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5910

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)


5910
5911
5912
5913
5914
5915
5916
5917
5918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5910

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)


5910
5911
5912
5913
5914
5915
5916
5917
5918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5910

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