Class: Aws::IoTWireless::Types::GetDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the resource.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The rule name or topic rule to send messages to.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#expression_type ⇒ String
The type of value in ‘Expression`.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM Role that authorizes the destination.
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1874 class GetDestinationResponse < Struct.new( :arn, :name, :expression, :expression_type, :description, :role_arn) SENSITIVE = [] include Aws::Structure end |