Class: Aws::Types::DeleteTimeSeriesRequest

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)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def client_token
  @client_token
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def property_id
  @property_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def workspace_name
  @workspace_name
end