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)


5086
5087
5088
# File 'sig/types.rbs', line 5086

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


5087
5088
5089
# File 'sig/types.rbs', line 5087

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


5088
5089
5090
# File 'sig/types.rbs', line 5088

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5089
5090
5091
# File 'sig/types.rbs', line 5089

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5090
5091
5092
# File 'sig/types.rbs', line 5090

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


5091
5092
5093
# File 'sig/types.rbs', line 5091

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.

Returns:

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


5092
5093
5094
# File 'sig/types.rbs', line 5092

def state
  @state
end