Class: Aws::Types::DisassociateTimeSeriesFromAssetPropertyRequest

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)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def client_token
  @client_token
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def property_id
  @property_id
end