Class: Aws::Types::ChannelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def channel_arn
  @channel_arn
end

#last_message_timestamp::Time

Returns the value of attribute last_message_timestamp.

Returns:

  • (::Time)


235
236
237
# File 'sig/types.rbs', line 235

def last_message_timestamp
  @last_message_timestamp
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def 
  @metadata
end

#mode"UNRESTRICTED", "RESTRICTED"

Returns the value of attribute mode.

Returns:

  • ("UNRESTRICTED", "RESTRICTED")


232
233
234
# File 'sig/types.rbs', line 232

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def name
  @name
end

#privacy"PUBLIC", "PRIVATE"

Returns the value of attribute privacy.

Returns:

  • ("PUBLIC", "PRIVATE")


233
234
235
# File 'sig/types.rbs', line 233

def privacy
  @privacy
end