Class: Aws::CloudWatchEvents::Types::DescribeEventSourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the partner event source to display the details of.

Returns:

  • (String)


1476
1477
1478
1479
1480
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1476

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