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)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def property_id
  @property_id
end