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)


5717
5718
5719
# File 'sig/types.rbs', line 5717

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5718
5719
5720
# File 'sig/types.rbs', line 5718

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5719
5720
5721
# File 'sig/types.rbs', line 5719

def inputs
  @inputs
end

#mode"QUADRANT", "INTERLEAVE"

Returns the value of attribute mode.

Returns:

  • ("QUADRANT", "INTERLEAVE")


5720
5721
5722
# File 'sig/types.rbs', line 5720

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5721
5722
5723
# File 'sig/types.rbs', line 5721

def name
  @name
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

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


5722
5723
5724
# File 'sig/types.rbs', line 5722

def state
  @state
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


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

def type
  @type
end