Class: Aws::MediaLive::Types::ListNodesResult

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

Overview

Contains the response for ListNodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next result.

Returns:

  • (String)


20795
20796
20797
20798
20799
20800
# File 'lib/aws-sdk-medialive/types.rb', line 20795

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

#nodesArray<Types::DescribeNodeSummary>

An array of Nodes that exist in the Cluster.

Returns:



20795
20796
20797
20798
20799
20800
# File 'lib/aws-sdk-medialive/types.rb', line 20795

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