Class: Aws::IoT::Types::GetTopicRuleDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass GetTopicRuleDestinationRequest data as a hash:

{
  arn: "AwsArn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the topic rule destination.

Returns:

  • (String)


9625
9626
9627
9628
9629
# File 'lib/aws-sdk-iot/types.rb', line 9625

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