Class: Aws::IoTEvents::Types::RoutedResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2656

class RoutedResource < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the routed resource.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2656

class RoutedResource < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end