Module: Aws::Repostspace::Client::_GetChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChannelOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_description ⇒ ::String
- #channel_id ⇒ ::String
- #channel_name ⇒ ::String
- #channel_roles ⇒ ::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]
- #channel_status ⇒ "CREATED", ...
- #create_date_time ⇒ ::Time
- #delete_date_time ⇒ ::Time
- #space_id ⇒ ::String
Instance Method Details
#channel_description ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def channel_description: () -> ::String
|
#channel_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def channel_id: () -> ::String
|
#channel_name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def channel_name: () -> ::String
|
#channel_roles ⇒ ::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]
188 |
# File 'sig/client.rbs', line 188
def channel_roles: () -> ::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]
|
#channel_status ⇒ "CREATED", ...
189 |
# File 'sig/client.rbs', line 189
def channel_status: () -> ("CREATED" | "CREATING" | "CREATE_FAILED" | "DELETED" | "DELETING" | "DELETE_FAILED")
|
#create_date_time ⇒ ::Time
186 |
# File 'sig/client.rbs', line 186
def create_date_time: () -> ::Time
|
#delete_date_time ⇒ ::Time
187 |
# File 'sig/client.rbs', line 187
def delete_date_time: () -> ::Time
|
#space_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def space_id: () -> ::String
|