Class: Aws::Notifications::Types::GetEventRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘EventRule` to return.

Returns:

  • (String)


702
703
704
705
706
# File 'lib/aws-sdk-notifications/types.rb', line 702

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