Class: Aws::Types::DescribeMaintenanceWindowTargetsRequest

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:



1324
1325
1326
# File 'sig/types.rbs', line 1324

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def next_token
  @next_token
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def window_id
  @window_id
end