Class: Aws::EventBridge::Types::DescribeApiDestinationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the API destination to retrieve.

Returns:

  • (String)


1434
1435
1436
1437
1438
# File 'lib/aws-sdk-eventbridge/types.rb', line 1434

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