Class: Aws::Types::AssetModelPropertySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_composite_model_id::String

Returns the value of attribute asset_model_composite_model_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def asset_model_composite_model_id
  @asset_model_composite_model_id
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

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


236
237
238
# File 'sig/types.rbs', line 236

def data_type
  @data_type
end

#data_type_spec::String

Returns the value of attribute data_type_spec.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def data_type_spec
  @data_type_spec
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def id
  @id
end

#interface_summaries::Array[Types::InterfaceSummary]

Returns the value of attribute interface_summaries.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def interface_summaries
  @interface_summaries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def name
  @name
end

#path::Array[Types::AssetModelPropertyPathSegment]

Returns the value of attribute path.



241
242
243
# File 'sig/types.rbs', line 241

def path
  @path
end

#typeTypes::PropertyType

Returns the value of attribute type.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def type
  @type
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def unit
  @unit
end