Module: Aws::CloudWatchEvents::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", "DISABLED"
Instance Method Details
#arn ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def arn: () -> ::String
|
#created_by ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def created_by: () -> ::String
|
#description ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def description: () -> ::String
|
#event_bus_name ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def event_bus_name: () -> ::String
|
#event_pattern ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def event_pattern: () -> ::String
|
#managed_by ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def managed_by: () -> ::String
|
#name ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def name: () -> ::String
|
#role_arn ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def role_arn: () -> ::String
|
#schedule_expression ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def schedule_expression: () -> ::String
|
#state ⇒ "ENABLED", "DISABLED"
395 |
# File 'sig/client.rbs', line 395
def state: () -> ("ENABLED" | "DISABLED")
|