Class: Aws::MediaLive::Types::ListClustersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListClustersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Contains the response for ListClusters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Types::DescribeClusterSummary>
A list of the Clusters that exist in your AWS account.
-
#next_token ⇒ String
Token for the next result.
Instance Attribute Details
#clusters ⇒ Array<Types::DescribeClusterSummary>
A list of the Clusters that exist in your AWS account.
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_token ⇒ String
Token for the next result.
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 |