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)


8949
8950
8951
# File 'sig/types.rbs', line 8949

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8950
8951
8952
# File 'sig/types.rbs', line 8950

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")


8953
8954
8955
# File 'sig/types.rbs', line 8953

def period_time_granularity
  @period_time_granularity
end

#timeTypes::DimensionField

Returns the value of attribute time.



8951
8952
8953
# File 'sig/types.rbs', line 8951

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8952
8953
8954
# File 'sig/types.rbs', line 8952

def value
  @value
end