Class: Aws::Types::AssetModelPropertyDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "INTEGER", "DOUBLE", "BOOLEAN", "STRUCT", "VIDEO", "ANNOTATION", "JSON")


219
220
221
# File 'sig/types.rbs', line 219

def data_type
  @data_type
end

#data_type_spec::String

Returns the value of attribute data_type_spec.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def data_type_spec
  @data_type_spec
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def name
  @name
end

#typeTypes::PropertyType

Returns the value of attribute type.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def type
  @type
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def unit
  @unit
end