Class: Aws::Odb::Types::ListAutonomousDatabaseClonesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_clonesArray<Types::AutonomousDatabaseSummary>

The list of Autonomous Database clones along with their properties.



8118
8119
8120
8121
8122
8123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8118

class ListAutonomousDatabaseClonesOutput < Struct.new(
  :next_token,
  :autonomous_database_clones)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


8118
8119
8120
8121
8122
8123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8118

class ListAutonomousDatabaseClonesOutput < Struct.new(
  :next_token,
  :autonomous_database_clones)
  SENSITIVE = []
  include Aws::Structure
end