Class: Aws::Types::BatchDeleteRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
-
#input_ids ⇒ ::Array[::String]
Returns the value of attribute input_ids.
-
#input_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute input_security_group_ids.
-
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
Instance Attribute Details
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
252 253 254 |
# File 'sig/types.rbs', line 252 def channel_ids @channel_ids end |
#input_ids ⇒ ::Array[::String]
Returns the value of attribute input_ids.
253 254 255 |
# File 'sig/types.rbs', line 253 def input_ids @input_ids end |
#input_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute input_security_group_ids.
254 255 256 |
# File 'sig/types.rbs', line 254 def input_security_group_ids @input_security_group_ids end |
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
255 256 257 |
# File 'sig/types.rbs', line 255 def multiplex_ids @multiplex_ids end |