Class: Aws::Types::PendingMaintenanceAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def action
  @action
end

#current_apply_date::Time

Returns the value of attribute current_apply_date.

Returns:

  • (::Time)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def current_apply_date
  @current_apply_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def description
  @description
end