Class: Aws::Types::AudioPidSelection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def pid
  @pid
end

#pids::Array[Types::AudioPid]

Returns the value of attribute pids.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def pids
  @pids
end