Class: Aws::Types::DeleteTimeSeriesDataPointsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def entity_identifier
  @entity_identifier
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


2099
2100
2101
# File 'sig/types.rbs', line 2099

def entity_type
  @entity_type
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def form_name
  @form_name
end