Class: Aws::Types::UpdateChannelPlacementGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5445
5446
5447
# File 'sig/types.rbs', line 5445

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


5446
5447
5448
# File 'sig/types.rbs', line 5446

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5447
5448
5449
# File 'sig/types.rbs', line 5447

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5448
5449
5450
# File 'sig/types.rbs', line 5448

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5449
5450
5451
# File 'sig/types.rbs', line 5449

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


5450
5451
5452
# File 'sig/types.rbs', line 5450

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.

Returns:

  • ("UNASSIGNED", "ASSIGNING", "ASSIGNED", "DELETING", "DELETE_FAILED", "DELETED", "UNASSIGNING")


5451
5452
5453
# File 'sig/types.rbs', line 5451

def state
  @state
end