Class: Aws::Types::GetTimeSeriesDataPointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def entity_identifier
  @entity_identifier
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


3320
3321
3322
# File 'sig/types.rbs', line 3320

def entity_type
  @entity_type
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


3322
3323
3324
# File 'sig/types.rbs', line 3322

def form_name
  @form_name
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


3321
3322
3323
# File 'sig/types.rbs', line 3321

def identifier
  @identifier
end