Class: Aws::Types::UpdateChannelPlacementGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_placement_group_id::String

Returns the value of attribute channel_placement_group_id.

Returns:

  • (::String)


5437
5438
5439
# File 'sig/types.rbs', line 5437

def channel_placement_group_id
  @channel_placement_group_id
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5438
5439
5440
# File 'sig/types.rbs', line 5438

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5439
5440
5441
# File 'sig/types.rbs', line 5439

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


5440
5441
5442
# File 'sig/types.rbs', line 5440

def nodes
  @nodes
end