Class: Aws::Types::CreateChannelPlacementGroupResponse

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)


4873
4874
4875
# File 'sig/types.rbs', line 4873

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


4874
4875
4876
# File 'sig/types.rbs', line 4874

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


4875
4876
4877
# File 'sig/types.rbs', line 4875

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4876
4877
4878
# File 'sig/types.rbs', line 4876

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4877
4878
4879
# File 'sig/types.rbs', line 4877

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


4878
4879
4880
# File 'sig/types.rbs', line 4878

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.

Returns:

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


4879
4880
4881
# File 'sig/types.rbs', line 4879

def state
  @state
end