Class: Aws::MediaLive::Types::ListNodesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListNodesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Contains the response for ListNodes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next result.
-
#nodes ⇒ Array<Types::DescribeNodeSummary>
An array of Nodes that exist in the Cluster.
Instance Attribute Details
#next_token ⇒ String
Token for the next result.
19798 19799 19800 19801 19802 19803 |
# File 'lib/aws-sdk-medialive/types.rb', line 19798 class ListNodesResult < Struct.new( :next_token, :nodes) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<Types::DescribeNodeSummary>
An array of Nodes that exist in the Cluster.
19798 19799 19800 19801 19802 19803 |
# File 'lib/aws-sdk-medialive/types.rb', line 19798 class ListNodesResult < Struct.new( :next_token, :nodes) SENSITIVE = [] include Aws::Structure end |