Class: Aws::Types::DescribeMaintenanceWindowTasksResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



1346
1347
1348
# File 'sig/types.rbs', line 1346

def next_token
  @next_token
end

#tasks::Array[Types::MaintenanceWindowTask]

Returns the value of attribute tasks.



1345
1346
1347
# File 'sig/types.rbs', line 1345

def tasks
  @tasks
end