Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

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

#nameString

The name of the routed resource.

Returns:

  • (String)

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