Class: Aws::Types::DescribePendingMaintenanceActionsMessage

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

Returns the value of attribute filters.

Returns:



2380
2381
2382
# File 'sig/types.rbs', line 2380

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def max_records
  @max_records
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def resource_identifier
  @resource_identifier
end