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)


5699
5700
5701
# File 'sig/types.rbs', line 5699

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5700
5701
5702
# File 'sig/types.rbs', line 5700

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5701
5702
5703
# File 'sig/types.rbs', line 5701

def inputs
  @inputs
end

#mode"QUADRANT", "INTERLEAVE"

Returns the value of attribute mode.

Returns:

  • ("QUADRANT", "INTERLEAVE")


5702
5703
5704
# File 'sig/types.rbs', line 5702

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5703
5704
5705
# File 'sig/types.rbs', line 5703

def name
  @name
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

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


5704
5705
5706
# File 'sig/types.rbs', line 5704

def state
  @state
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


5705
5706
5707
# File 'sig/types.rbs', line 5705

def type
  @type
end