Class: Aws::CloudWatchEvents::Types::DescribeEventBusRequest

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


1440
1441
1442
1443
1444
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1440

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