Class: Aws::IoTWireless::Types::UpdateDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
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 ⇒ String
The new rule name or topic rule to send messages to.
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_type ⇒ String
The type of value in ‘Expression`.
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 |
#name ⇒ String
The new name of the resource.
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_arn ⇒ String
The ARN of the IAM Role that authorizes the destination.
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 |