Class: Aws::Types::CreateChannelPlacementGroupResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



4883
4884
4885
# File 'sig/types.rbs', line 4883

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.



4884
4885
4886
# File 'sig/types.rbs', line 4884

def channels
  @channels
end

#cluster_id::String

Returns the value of attribute cluster_id.



4885
4886
4887
# File 'sig/types.rbs', line 4885

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.



4886
4887
4888
# File 'sig/types.rbs', line 4886

def id
  @id
end

#name::String

Returns the value of attribute name.



4887
4888
4889
# File 'sig/types.rbs', line 4887

def name
  @name
end

#nodes::Array[::String]

Returns the value of attribute nodes.



4888
4889
4890
# File 'sig/types.rbs', line 4888

def nodes
  @nodes
end

#state"UNASSIGNED", ...

Returns the value of attribute state.



4889
4890
4891
# File 'sig/types.rbs', line 4889

def state
  @state
end