Class: Aws::Types::AssetPropertySummary

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)


300
301
302
# File 'sig/types.rbs', line 300

def alias
  @alias
end

#asset_composite_model_id::String

Returns the value of attribute asset_composite_model_id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def asset_composite_model_id
  @asset_composite_model_id
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def id
  @id
end

#notificationTypes::PropertyNotification

Returns the value of attribute notification.



302
303
304
# File 'sig/types.rbs', line 302

def notification
  @notification
end

#path::Array[Types::AssetPropertyPathSegment]

Returns the value of attribute path.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def path
  @path
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def unit
  @unit
end