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:



722
723
724
# File 'sig/types.rbs', line 722

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


724
725
726
# File 'sig/types.rbs', line 724

def max_records
  @max_records
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def resource_identifier
  @resource_identifier
end