Class: Aws::ServiceQuotas::Types::QuotaPeriod

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb

Overview

Information about the quota period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#period_unitString

The time unit.

Returns:

  • (String)


937
938
939
940
941
942
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 937

class QuotaPeriod < Struct.new(
  :period_value,
  :period_unit)
  SENSITIVE = []
  include Aws::Structure
end

#period_valueInteger

The value associated with the reported PeriodUnit.

Returns:

  • (Integer)


937
938
939
940
941
942
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 937

class QuotaPeriod < Struct.new(
  :period_value,
  :period_unit)
  SENSITIVE = []
  include Aws::Structure
end