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.
1043 1044 1045 1046 1047 1048 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1043 class QuotaPeriod < Struct.new( :period_value, :period_unit) SENSITIVE = [] include Aws::Structure end |
#period_value ⇒ Integer
The value associated with the reported PeriodUnit
.
1043 1044 1045 1046 1047 1048 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1043 class QuotaPeriod < Struct.new( :period_value, :period_unit) SENSITIVE = [] include Aws::Structure end |