Module: Aws::CloudWatchEvents::Client::_DescribeRuleResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#event_bus_name::String

Returns:

  • (::String)


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

def event_bus_name: () -> ::String

#event_pattern::String

Returns:

  • (::String)


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

def event_pattern: () -> ::String

#managed_by::String

Returns:

  • (::String)


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

def managed_by: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#schedule_expression::String

Returns:

  • (::String)


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

def schedule_expression: () -> ::String

#state"ENABLED", "DISABLED"

Returns:

  • ("ENABLED", "DISABLED")


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

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