Class: Aws::Types::DescribeDBClusterAutomatedBackupsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_resource_id::String

Returns the value of attribute db_cluster_resource_id.

Returns:

  • (::String)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def db_cluster_resource_id
  @db_cluster_resource_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def max_records
  @max_records
end