Class: Aws::Types::IotTwinMakerSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::IotTwinMakerSourceConfigurationFilter]

Returns the value of attribute filters.



669
670
671
# File 'sig/types.rbs', line 669

def filters
  @filters
end

#workspace::String

Returns the value of attribute workspace.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def workspace
  @workspace
end