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)


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

#nodesArray<Types::DescribeNodeSummary>

An array of Nodes that exist in the Cluster.

Returns:



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