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)


3197
3198
3199
# File 'sig/types.rbs', line 3197

def alias
  @alias
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

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


3199
3200
3201
# File 'sig/types.rbs', line 3199

def data_type
  @data_type
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


3195
3196
3197
# File 'sig/types.rbs', line 3195

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3194
3195
3196
# File 'sig/types.rbs', line 3194

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3196
3197
3198
# File 'sig/types.rbs', line 3196

def name
  @name
end

#notificationTypes::PropertyNotification

Returns the value of attribute notification.



3198
3199
3200
# File 'sig/types.rbs', line 3198

def notification
  @notification
end

#path::Array[Types::AssetPropertyPathSegment]

Returns the value of attribute path.

Returns:



3202
3203
3204
# File 'sig/types.rbs', line 3202

def path
  @path
end

#typeTypes::PropertyType

Returns the value of attribute type.

Returns:



3201
3202
3203
# File 'sig/types.rbs', line 3201

def type
  @type
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


3200
3201
3202
# File 'sig/types.rbs', line 3200

def unit
  @unit
end