Class: Aws::Types::PeriodToDateComputation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


8598
8599
8600
# File 'sig/types.rbs', line 8598

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8599
8600
8601
# File 'sig/types.rbs', line 8599

def name
  @name
end

#period_time_granularity"YEAR", ...

Returns the value of attribute period_time_granularity.

Returns:

  • ("YEAR", "QUARTER", "MONTH", "WEEK", "DAY", "HOUR", "MINUTE", "SECOND", "MILLISECOND")


8602
8603
8604
# File 'sig/types.rbs', line 8602

def period_time_granularity
  @period_time_granularity
end

#timeTypes::DimensionField

Returns the value of attribute time.



8600
8601
8602
# File 'sig/types.rbs', line 8600

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8601
8602
8603
# File 'sig/types.rbs', line 8601

def value
  @value
end