Class: Aws::Types::ListCloudVmClustersOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_vm_clusters::Array[Types::CloudVmClusterSummary]

Returns the value of attribute cloud_vm_clusters.

Returns:



1898
1899
1900
# File 'sig/types.rbs', line 1898

def cloud_vm_clusters
  @cloud_vm_clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def next_token
  @next_token
end