Class: Aws::Types::CreateChannelPlacementGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


4864
4865
4866
# File 'sig/types.rbs', line 4864

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4865
4866
4867
# File 'sig/types.rbs', line 4865

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


4866
4867
4868
# File 'sig/types.rbs', line 4866

def nodes
  @nodes
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4867
4868
4869
# File 'sig/types.rbs', line 4867

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4868
4869
4870
# File 'sig/types.rbs', line 4868

def tags
  @tags
end