Class: Aws::Types::GetMLInputChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMLInputChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
690 691 692 |
# File 'sig/types.rbs', line 690 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
689 690 691 |
# File 'sig/types.rbs', line 689 def ml_input_channel_arn @ml_input_channel_arn end |