Class: Aws::Types::ListTimeSeriesDataPointsInput

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)


4397
4398
4399
# File 'sig/types.rbs', line 4397

def domain_identifier
  @domain_identifier
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def ended_at
  @ended_at
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


4398
4399
4400
# File 'sig/types.rbs', line 4398

def entity_identifier
  @entity_identifier
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


4399
4400
4401
# File 'sig/types.rbs', line 4399

def entity_type
  @entity_type
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


4400
4401
4402
# File 'sig/types.rbs', line 4400

def form_name
  @form_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4404
4405
4406
# File 'sig/types.rbs', line 4404

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4403
4404
4405
# File 'sig/types.rbs', line 4403

def next_token
  @next_token
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


4401
4402
4403
# File 'sig/types.rbs', line 4401

def started_at
  @started_at
end