Class: Aws::EventBridge::Types::DescribeEventBusRequest

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 or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.

Returns:

  • (String)


1672
1673
1674
1675
1676
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1672

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