Class: Aws::Types::Property

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)


3231
3232
3233
# File 'sig/types.rbs', line 3231

def alias
  @alias
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

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


3233
3234
3235
# File 'sig/types.rbs', line 3233

def data_type
  @data_type
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


3229
3230
3231
# File 'sig/types.rbs', line 3229

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3228
3229
3230
# File 'sig/types.rbs', line 3228

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3230
3231
3232
# File 'sig/types.rbs', line 3230

def name
  @name
end

#notificationTypes::PropertyNotification

Returns the value of attribute notification.



3232
3233
3234
# File 'sig/types.rbs', line 3232

def notification
  @notification
end

#path::Array[Types::AssetPropertyPathSegment]

Returns the value of attribute path.

Returns:



3236
3237
3238
# File 'sig/types.rbs', line 3236

def path
  @path
end

#typeTypes::PropertyType

Returns the value of attribute type.

Returns:



3235
3236
3237
# File 'sig/types.rbs', line 3235

def type
  @type
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


3234
3235
3236
# File 'sig/types.rbs', line 3234

def unit
  @unit
end