Class: Aws::Types::DeleteChannelPlacementGroupResponse

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)


4977
4978
4979
# File 'sig/types.rbs', line 4977

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


4978
4979
4980
# File 'sig/types.rbs', line 4978

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


4979
4980
4981
# File 'sig/types.rbs', line 4979

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4980
4981
4982
# File 'sig/types.rbs', line 4980

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4981
4982
4983
# File 'sig/types.rbs', line 4981

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


4982
4983
4984
# File 'sig/types.rbs', line 4982

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.

Returns:

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


4983
4984
4985
# File 'sig/types.rbs', line 4983

def state
  @state
end