Class: Aws::Types::DescribeChannelPlacementGroupSummary

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)


5077
5078
5079
# File 'sig/types.rbs', line 5077

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


5078
5079
5080
# File 'sig/types.rbs', line 5078

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5079
5080
5081
# File 'sig/types.rbs', line 5079

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5080
5081
5082
# File 'sig/types.rbs', line 5080

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5081
5082
5083
# File 'sig/types.rbs', line 5081

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


5082
5083
5084
# File 'sig/types.rbs', line 5082

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.

Returns:

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


5083
5084
5085
# File 'sig/types.rbs', line 5083

def state
  @state
end