Class: Aws::IoTWireless::Types::UpdateDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateDestinationRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass UpdateDestinationRequest data as a hash:
{
name: "DestinationName", # required
expression_type: "RuleName", # accepts RuleName, MqttTopic
expression: "Expression",
description: "Description",
role_arn: "RoleArn",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description of the resource.
-
#expression ⇒ String
The new rule name or topic rule to send messages to.
-
#expression_type ⇒ String
The type of value in
Expression
. -
#name ⇒ String
The new name of the resource.
-
#role_arn ⇒ String
The ARN of the IAM Role that authorizes the destination.
Instance Attribute Details
#description ⇒ String
A new description of the resource.
5406 5407 5408 5409 5410 5411 5412 5413 5414 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5406 class UpdateDestinationRequest < Struct.new( :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The new rule name or topic rule to send messages to.
5406 5407 5408 5409 5410 5411 5412 5413 5414 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5406 class UpdateDestinationRequest < Struct.new( :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression_type ⇒ String
The type of value in Expression
.
5406 5407 5408 5409 5410 5411 5412 5413 5414 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5406 class UpdateDestinationRequest < Struct.new( :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the resource.
5406 5407 5408 5409 5410 5411 5412 5413 5414 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5406 class UpdateDestinationRequest < Struct.new( :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM Role that authorizes the destination.
5406 5407 5408 5409 5410 5411 5412 5413 5414 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5406 class UpdateDestinationRequest < Struct.new( :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |