Class: Aws::Types::AssetProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def alias
  @alias
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

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


272
273
274
# File 'sig/types.rbs', line 272

def data_type
  @data_type
end

#data_type_spec::String

Returns the value of attribute data_type_spec.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def data_type_spec
  @data_type_spec
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def name
  @name
end

#notificationTypes::PropertyNotification

Returns the value of attribute notification.



271
272
273
# File 'sig/types.rbs', line 271

def notification
  @notification
end

#path::Array[Types::AssetPropertyPathSegment]

Returns the value of attribute path.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def path
  @path
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def unit
  @unit
end