Class: Aws::Odb::Types::ListCloudExadataInfrastructuresOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListCloudExadataInfrastructuresOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructures ⇒ Array<Types::CloudExadataInfrastructureSummary>
The list of Exadata infrastructures along with their properties.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#cloud_exadata_infrastructures ⇒ Array<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_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.
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 |