Class: Aws::Types::ChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#last_message_timestamp ⇒ ::Time
Returns the value of attribute last_message_timestamp.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
235 236 237 |
# File 'sig/types.rbs', line 235 def @last_message_timestamp end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
234 235 236 |
# File 'sig/types.rbs', line 234 def @metadata end |
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
232 233 234 |
# File 'sig/types.rbs', line 232 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
230 231 232 |
# File 'sig/types.rbs', line 230 def name @name end |
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
233 234 235 |
# File 'sig/types.rbs', line 233 def privacy @privacy end |