Class: Aws::Types::ListCloudExadataInfrastructuresOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudExadataInfrastructuresOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructures ⇒ ::Array[Types::CloudExadataInfrastructureSummary]
Returns the value of attribute cloud_exadata_infrastructures.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_exadata_infrastructures ⇒ ::Array[Types::CloudExadataInfrastructureSummary]
Returns the value of attribute cloud_exadata_infrastructures.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def cloud_exadata_infrastructures @cloud_exadata_infrastructures end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def next_token @next_token end |