Class: Aws::Types::DescribeRuleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def description
  @description
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def event_bus_name
  @event_bus_name
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def event_pattern
  @event_pattern
end

#managed_by::String

Returns the value of attribute managed_by.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def managed_by
  @managed_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def role_arn
  @role_arn
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def schedule_expression
  @schedule_expression
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


475
476
477
# File 'sig/types.rbs', line 475

def state
  @state
end