Module: Aws::EventBridge::Client::_DescribeRuleResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeRuleResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


485
# File 'sig/client.rbs', line 485

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


493
# File 'sig/client.rbs', line 493

def created_by: () -> ::String

#description::String

Returns:

  • (::String)


489
# File 'sig/client.rbs', line 489

def description: () -> ::String

#event_bus_name::String

Returns:

  • (::String)


492
# File 'sig/client.rbs', line 492

def event_bus_name: () -> ::String

#event_pattern::String

Returns:

  • (::String)


486
# File 'sig/client.rbs', line 486

def event_pattern: () -> ::String

#managed_by::String

Returns:

  • (::String)


491
# File 'sig/client.rbs', line 491

def managed_by: () -> ::String

#name::String

Returns:

  • (::String)


484
# File 'sig/client.rbs', line 484

def name: () -> ::String

#role_arn::String

Returns:

  • (::String)


490
# File 'sig/client.rbs', line 490

def role_arn: () -> ::String

#schedule_expression::String

Returns:

  • (::String)


487
# File 'sig/client.rbs', line 487

def schedule_expression: () -> ::String

#state"ENABLED", ...

Returns:

  • ("ENABLED", "DISABLED", "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS")


488
# File 'sig/client.rbs', line 488

def state: () -> ("ENABLED" | "DISABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS")