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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/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)


1347
1348
1349
1350
1351
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1347

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