Class: Aws::Types::ApplyPendingMaintenanceActionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_action::String

Returns the value of attribute apply_action.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def apply_action
  @apply_action
end

#apply_on::String

Returns the value of attribute apply_on.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def apply_on
  @apply_on
end

#opt_in_type"IMMEDIATE", ...

Returns the value of attribute opt_in_type.

Returns:

  • ("IMMEDIATE", "NEXT_MAINTENANCE", "APPLY_ON", "UNDO_OPT_IN")


19
20
21
# File 'sig/types.rbs', line 19

def opt_in_type
  @opt_in_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def resource_arn
  @resource_arn
end