Module: Aws::EventBridge::Client::_DescribeRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #description ⇒ ::String
- #event_bus_name ⇒ ::String
- #event_pattern ⇒ ::String
- #managed_by ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #schedule_expression ⇒ ::String
- #state ⇒ "ENABLED", ...
Instance Method Details
#arn ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def arn: () -> ::String
|
#created_by ⇒ ::String
493 |
# File 'sig/client.rbs', line 493
def created_by: () -> ::String
|
#description ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def description: () -> ::String
|
#event_bus_name ⇒ ::String
492 |
# File 'sig/client.rbs', line 492
def event_bus_name: () -> ::String
|
#event_pattern ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def event_pattern: () -> ::String
|
#managed_by ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def managed_by: () -> ::String
|
#name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def name: () -> ::String
|
#role_arn ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def role_arn: () -> ::String
|
#schedule_expression ⇒ ::String
487 |
# File 'sig/client.rbs', line 487
def schedule_expression: () -> ::String
|
#state ⇒ "ENABLED", ...
488 |
# File 'sig/client.rbs', line 488
def state: () -> ("ENABLED" | "DISABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS")
|