Class: Aws::MediaLive::Types::ListClustersResult

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

Overview

Contains the response for ListClusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Types::DescribeClusterSummary>

A list of the Clusters that exist in your AWS account.

Returns:



19696
19697
19698
19699
19700
19701
# File 'lib/aws-sdk-medialive/types.rb', line 19696

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

#next_tokenString

Token for the next result.

Returns:

  • (String)


19696
19697
19698
19699
19700
19701
# File 'lib/aws-sdk-medialive/types.rb', line 19696

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