Class: Aws::MediaLive::Types::ListNodesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Returns:

  • (String)


19763
19764
19765
19766
19767
19768
19769
# File 'lib/aws-sdk-medialive/types.rb', line 19763

class ListNodesRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


19763
19764
19765
19766
19767
19768
19769
# File 'lib/aws-sdk-medialive/types.rb', line 19763

class ListNodesRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


19763
19764
19765
19766
19767
19768
19769
# File 'lib/aws-sdk-medialive/types.rb', line 19763

class ListNodesRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end