Class: Aws::Types::BatchCreateChannelMembershipRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def chime_bearer
  @chime_bearer
end

#member_arns::Array[::String]

Returns the value of attribute member_arns.

Returns:

  • (::Array[::String])


50
51
52
# File 'sig/types.rbs', line 50

def member_arns
  @member_arns
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def sub_channel_id
  @sub_channel_id
end

#type"DEFAULT", "HIDDEN"

Returns the value of attribute type.

Returns:

  • ("DEFAULT", "HIDDEN")


49
50
51
# File 'sig/types.rbs', line 49

def type
  @type
end