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)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def action
  @action
end

#auto_applied_after_date::Time

Returns the value of attribute auto_applied_after_date.

Returns:

  • (::Time)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def auto_applied_after_date
  @auto_applied_after_date
end

#current_apply_date::Time

Returns the value of attribute current_apply_date.

Returns:

  • (::Time)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def current_apply_date
  @current_apply_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def description
  @description
end

#forced_apply_date::Time

Returns the value of attribute forced_apply_date.

Returns:

  • (::Time)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def forced_apply_date
  @forced_apply_date
end

#opt_in_status::String

Returns the value of attribute opt_in_status.

Returns:

  • (::String)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def opt_in_status
  @opt_in_status
end