Class: Aws::Types::SdiSourceSummary

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)


5724
5725
5726
# File 'sig/types.rbs', line 5724

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5725
5726
5727
# File 'sig/types.rbs', line 5725

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5726
5727
5728
# File 'sig/types.rbs', line 5726

def inputs
  @inputs
end

#mode"QUADRANT", "INTERLEAVE"

Returns the value of attribute mode.

Returns:

  • ("QUADRANT", "INTERLEAVE")


5727
5728
5729
# File 'sig/types.rbs', line 5727

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5728
5729
5730
# File 'sig/types.rbs', line 5728

def name
  @name
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

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


5729
5730
5731
# File 'sig/types.rbs', line 5729

def state
  @state
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


5730
5731
5732
# File 'sig/types.rbs', line 5730

def type
  @type
end