Class: Aws::Types::DescribeMaintenanceWindowExecutionTaskInvocationsRequest

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:



1266
1267
1268
# File 'sig/types.rbs', line 1266

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def next_token
  @next_token
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def task_id
  @task_id
end

#window_execution_id::String

Returns the value of attribute window_execution_id.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def window_execution_id
  @window_execution_id
end