Class: Aws::RDS::Types::DBInstanceAutomatedBackupMessage

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

Overview

Contains the result of a successful invocation of the DescribeDBInstanceAutomatedBackups action.

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_automated_backupsArray<Types::DBInstanceAutomatedBackup>

A list of DBInstanceAutomatedBackup instances.



5375
5376
5377
5378
5379
# File 'lib/aws-sdk-rds/types.rb', line 5375

class DBInstanceAutomatedBackupMessage < Struct.new(
  :marker,
  :db_instance_automated_backups)
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords` .

Returns:

  • (String)


5375
5376
5377
5378
5379
# File 'lib/aws-sdk-rds/types.rb', line 5375

class DBInstanceAutomatedBackupMessage < Struct.new(
  :marker,
  :db_instance_automated_backups)
  include Aws::Structure
end