Class: Aws::Types::AssetModelProperty

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")


195
196
197
# File 'sig/types.rbs', line 195

def data_type
  @data_type
end

#data_type_spec::String

Returns the value of attribute data_type_spec.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def data_type_spec
  @data_type_spec
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#path::Array[Types::AssetModelPropertyPathSegment]

Returns the value of attribute path.



199
200
201
# File 'sig/types.rbs', line 199

def path
  @path
end

#typeTypes::PropertyType

Returns the value of attribute type.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def type
  @type
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def unit
  @unit
end