Class: Aws::IoTEvents::Types::RoutedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::RoutedResource
- Defined in:
- gems/aws-sdk-iotevents/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.
2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-iotevents/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 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2655 class RoutedResource < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |