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)


575
576
577
# File 'sig/types.rbs', line 575

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def description
  @description
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def event_bus_name
  @event_bus_name
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def event_pattern
  @event_pattern
end

#managed_by::String

Returns the value of attribute managed_by.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def managed_by
  @managed_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def role_arn
  @role_arn
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def schedule_expression
  @schedule_expression
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


578
579
580
# File 'sig/types.rbs', line 578

def state
  @state
end