Class: Aws::CloudWatchEvents::Types::DescribeConnectionRequest

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 connection to retrieve.

Returns:

  • (String)


1364
1365
1366
1367
1368
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1364

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