Class: Aws::Types::ReportFrequency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#period"DAY", ...

Returns the value of attribute period.

Returns:

  • ("DAY", "WEEK", "MONTH", "ONE_TIME")


1201
1202
1203
# File 'sig/types.rbs', line 1201

def period
  @period
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def value
  @value
end