Class: Aws::Types::DescribeMaintenanceWindowScheduleRequest

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::PatchOrchestratorFilter]

Returns the value of attribute filters.

Returns:



1310
1311
1312
# File 'sig/types.rbs', line 1310

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def next_token
  @next_token
end

#resource_type"INSTANCE", "RESOURCE_GROUP"

Returns the value of attribute resource_type.

Returns:

  • ("INSTANCE", "RESOURCE_GROUP")


1309
1310
1311
# File 'sig/types.rbs', line 1309

def resource_type
  @resource_type
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



1308
1309
1310
# File 'sig/types.rbs', line 1308

def targets
  @targets
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def window_id
  @window_id
end