Class: Aws::Odb::Types::ListAutonomousDatabaseBackupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListAutonomousDatabaseBackupsOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database_backups ⇒ Array<Types::AutonomousDatabaseBackupSummary>
The list of Autonomous Database backups along with their properties.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#autonomous_database_backups ⇒ Array<Types::AutonomousDatabaseBackupSummary>
The list of Autonomous Database backups along with their properties.
8028 8029 8030 8031 8032 8033 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8028 class ListAutonomousDatabaseBackupsOutput < Struct.new( :next_token, :autonomous_database_backups) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to include in another request to get the next page of
items. This value is null when there are no more items to return.
8028 8029 8030 8031 8032 8033 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8028 class ListAutonomousDatabaseBackupsOutput < Struct.new( :next_token, :autonomous_database_backups) SENSITIVE = [] include Aws::Structure end |