Class: Aws::Types::BatchDelete
- Inherits:
-
Object
- Object
- Aws::Types::BatchDelete
- 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.
244 245 246 |
# File 'sig/types.rbs', line 244 def channel_ids @channel_ids end |
#input_ids ⇒ ::Array[::String]
Returns the value of attribute input_ids.
245 246 247 |
# File 'sig/types.rbs', line 245 def input_ids @input_ids end |
#input_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute input_security_group_ids.
246 247 248 |
# File 'sig/types.rbs', line 246 def input_security_group_ids @input_security_group_ids end |
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
247 248 249 |
# File 'sig/types.rbs', line 247 def multiplex_ids @multiplex_ids end |