Class: Aws::Types::AssociateTimeSeriesToAssetPropertyRequest

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)


358
359
360
# File 'sig/types.rbs', line 358

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def client_token
  @client_token
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def property_id
  @property_id
end