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

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#nameString

The name of the routed resource.

Returns:

  • (String)


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