Class: Aws::Types::SdiSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5689
5690
5691
# File 'sig/types.rbs', line 5689

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5690
5691
5692
# File 'sig/types.rbs', line 5690

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5691
5692
5693
# File 'sig/types.rbs', line 5691

def inputs
  @inputs
end

#mode"QUADRANT", "INTERLEAVE"

Returns the value of attribute mode.

Returns:

  • ("QUADRANT", "INTERLEAVE")


5692
5693
5694
# File 'sig/types.rbs', line 5692

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5693
5694
5695
# File 'sig/types.rbs', line 5693

def name
  @name
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

  • ("IDLE", "IN_USE", "DELETED")


5694
5695
5696
# File 'sig/types.rbs', line 5694

def state
  @state
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


5695
5696
5697
# File 'sig/types.rbs', line 5695

def type
  @type
end