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:



980
981
982
# File 'sig/types.rbs', line 980

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


982
983
984
# File 'sig/types.rbs', line 982

def max_records
  @max_records
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def resource_identifier
  @resource_identifier
end