Class: Aws::Types::DescribeMaintenanceWindowsForTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def next_token
  @next_token
end

#resource_type"INSTANCE", "RESOURCE_GROUP"

Returns the value of attribute resource_type.

Returns:

  • ("INSTANCE", "RESOURCE_GROUP")


1352
1353
1354
# File 'sig/types.rbs', line 1352

def resource_type
  @resource_type
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def targets
  @targets
end