Class: Aws::IoTEvents::Types::RoutedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::RoutedResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Contains information about the routed resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the routed resource.
-
#name ⇒ String
The name of the routed resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the routed resource. For more information, see [Amazon Resource Names (ARNs)] in the *AWS General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2655 class RoutedResource < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the routed resource.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2655 class RoutedResource < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |