Class: Aws::MediaLive::Types::UpdateNodeRequest

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

Overview

Used in the UpdateNode operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Returns:

  • (String)


20480
20481
20482
20483
20484
20485
20486
20487
# File 'lib/aws-sdk-medialive/types.rb', line 20480

class UpdateNodeRequest < Struct.new(
  :cluster_id,
  :name,
  :node_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can’t change the name. Names are case-sensitive.

Returns:

  • (String)


20480
20481
20482
20483
20484
20485
20486
20487
# File 'lib/aws-sdk-medialive/types.rb', line 20480

class UpdateNodeRequest < Struct.new(
  :cluster_id,
  :name,
  :node_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

Returns:

  • (String)


20480
20481
20482
20483
20484
20485
20486
20487
# File 'lib/aws-sdk-medialive/types.rb', line 20480

class UpdateNodeRequest < Struct.new(
  :cluster_id,
  :name,
  :node_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.

Returns:

  • (String)


20480
20481
20482
20483
20484
20485
20486
20487
# File 'lib/aws-sdk-medialive/types.rb', line 20480

class UpdateNodeRequest < Struct.new(
  :cluster_id,
  :name,
  :node_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end