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.
20249 20250 20251 20252 20253 20254 |
# File 'lib/aws-sdk-medialive/types.rb', line 20249 class ListClustersResult < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next result.
20249 20250 20251 20252 20253 20254 |
# File 'lib/aws-sdk-medialive/types.rb', line 20249 class ListClustersResult < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |