Class: Aws::Types::BatchChannelMemberships

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)


35
36
37
# File 'sig/types.rbs', line 35

def channel_arn
  @channel_arn
end

#invited_byTypes::Identity

Returns the value of attribute invited_by.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def invited_by
  @invited_by
end

#members::Array[Types::Identity]

Returns the value of attribute members.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def members
  @members
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def sub_channel_id
  @sub_channel_id
end

#type"DEFAULT", "HIDDEN"

Returns the value of attribute type.

Returns:

  • ("DEFAULT", "HIDDEN")


33
34
35
# File 'sig/types.rbs', line 33

def type
  @type
end