Class: Aws::Types::DeleteMLInputChannelDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMLInputChannelDataRequest
- 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.
457 458 459 |
# File 'sig/types.rbs', line 457 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def ml_input_channel_arn @ml_input_channel_arn end |