Class: Aws::ServiceQuotas::Types::QuotaPeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::QuotaPeriod
- 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
-
#period_unit ⇒ String
The time unit.
-
#period_value ⇒ Integer
The value associated with the reported
PeriodUnit
.
Instance Attribute Details
#period_unit ⇒ String
The time unit.
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_value ⇒ Integer
The value associated with the reported PeriodUnit
.
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 |