Class: Aws::Types::BatchDeleteRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_ids::Array[::String]

Returns the value of attribute channel_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def multiplex_ids
  @multiplex_ids
end