Class: Aws::Types::ListPendingMaintenanceActionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def next_token
  @next_token
end

#resource_pending_maintenance_actions::Array[Types::ResourcePendingMaintenanceAction]

Returns the value of attribute resource_pending_maintenance_actions.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def resource_pending_maintenance_actions
  @resource_pending_maintenance_actions
end