Class: Aws::Types::GetCollaborationMLInputChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationMLInputChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
545 546 547 |
# File 'sig/types.rbs', line 545 def collaboration_identifier @collaboration_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def ml_input_channel_arn @ml_input_channel_arn end |