Class: Aws::Types::GetChannelOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelOutput
- 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_roles ⇒ ::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]
Returns the value of attribute channel_roles.
-
#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.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#channel_description ⇒ ::String
Returns the value of attribute channel_description.
147 148 149 |
# File 'sig/types.rbs', line 147 def channel_description @channel_description end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def channel_name @channel_name end |
#channel_roles ⇒ ::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]
Returns the value of attribute channel_roles.
150 151 152 |
# File 'sig/types.rbs', line 150 def channel_roles @channel_roles end |
#channel_status ⇒ "CREATED", ...
Returns the value of attribute channel_status.
151 152 153 |
# File 'sig/types.rbs', line 151 def channel_status @channel_status end |
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
148 149 150 |
# File 'sig/types.rbs', line 148 def create_date_time @create_date_time end |
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
149 150 151 |
# File 'sig/types.rbs', line 149 def delete_date_time @delete_date_time end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def space_id @space_id end |