Class: Aws::Types::ChannelBan

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)


89
90
91
# File 'sig/types.rbs', line 89

def channel_arn
  @channel_arn
end

#created_byTypes::Identity

Returns the value of attribute created_by.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def created_by
  @created_by
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def created_timestamp
  @created_timestamp
end

#memberTypes::Identity

Returns the value of attribute member.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def member
  @member
end