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:



1104
1105
1106
# File 'sig/types.rbs', line 1104

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def max_records
  @max_records
end

#replication_instance_arn::String

Returns the value of attribute replication_instance_arn.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def replication_instance_arn
  @replication_instance_arn
end