Class: Aws::IoTWireless::Types::Destinations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Destinations
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Describes a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#description ⇒ String
The description of the resource.
-
#expression ⇒ String
The rule name or topic rule to send messages to.
-
#expression_type ⇒ String
The type of value in
Expression
. -
#name ⇒ String
The name of the resource.
-
#role_arn ⇒ String
The ARN of the IAM Role that authorizes the destination.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the resource.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The rule name or topic rule to send messages to.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression_type ⇒ String
The type of value in Expression
.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :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.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1431 class Destinations < Struct.new( :arn, :name, :expression_type, :expression, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |