Class: Aws::Odb::Types::ListCloudExadataInfrastructuresOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructuresArray<Types::CloudExadataInfrastructureSummary>

The list of Exadata infrastructures along with their properties.



3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-odb/types.rb', line 3907

class ListCloudExadataInfrastructuresOutput < Struct.new(
  :next_token,
  :cloud_exadata_infrastructures)
  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.



3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-odb/types.rb', line 3907

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