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)


19938
19939
19940
19941
19942
19943
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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:



19938
19939
19940
19941
19942
19943
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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