Class: Aws::Types::DescribeDBClusterBacktracksMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_identifier::String

Returns the value of attribute backtrack_identifier.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def backtrack_identifier
  @backtrack_identifier
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def db_cluster_identifier
  @db_cluster_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1977
1978
1979
# File 'sig/types.rbs', line 1977

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def max_records
  @max_records
end