Class: Aws::Types::Rule

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)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def description
  @description
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def event_bus_name
  @event_bus_name
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def event_pattern
  @event_pattern
end

#managed_by::String

Returns the value of attribute managed_by.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def managed_by
  @managed_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def role_arn
  @role_arn
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def schedule_expression
  @schedule_expression
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


1113
1114
1115
# File 'sig/types.rbs', line 1113

def state
  @state
end