Class: Aws::RDS::Types::DBClusterAutomatedBackupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_automated_backupsArray<Types::DBClusterAutomatedBackup>

A list of DBClusterAutomatedBackup backups.



7255
7256
7257
7258
7259
7260
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7255

class DBClusterAutomatedBackupMessage < Struct.new(
  :marker,
  :db_cluster_automated_backups)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

Returns:

  • (String)


7255
7256
7257
7258
7259
7260
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7255

class DBClusterAutomatedBackupMessage < Struct.new(
  :marker,
  :db_cluster_automated_backups)
  SENSITIVE = []
  include Aws::Structure
end