Class: Aws::Types::DescribeMaintenanceWindowTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::MaintenanceWindowFilter]

Returns the value of attribute filters.

Returns:



1338
1339
1340
# File 'sig/types.rbs', line 1338

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def next_token
  @next_token
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def window_id
  @window_id
end