Class: Aws::Types::ChannelData
- Inherits:
-
Object
- Object
- Aws::Types::ChannelData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_status ⇒ "CREATED", ...
Returns the value of attribute channel_status.
-
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
-
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
-
#group_count ⇒ ::Integer
Returns the value of attribute group_count.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
Instance Attribute Details
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
81 82 83 |
# File 'sig/types.rbs', line 81 def channel_description @channel_description end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
80 81 82 |
# File 'sig/types.rbs', line 80 def channel_name @channel_name end |
#channel_status ⇒ "CREATED", ...
Returns the value of attribute channel_status.
84 85 86 |
# File 'sig/types.rbs', line 84 def channel_status @channel_status end |
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
82 83 84 |
# File 'sig/types.rbs', line 82 def create_date_time @create_date_time end |
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
83 84 85 |
# File 'sig/types.rbs', line 83 def delete_date_time @delete_date_time end |
#group_count ⇒ ::Integer
Returns the value of attribute group_count.
86 87 88 |
# File 'sig/types.rbs', line 86 def group_count @group_count end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def space_id @space_id end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
85 86 87 |
# File 'sig/types.rbs', line 85 def user_count @user_count end |