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

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

Overview

Information about the quota period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#period_unit ⇒ String

The time unit.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-servicequotas/types.rb', line 1153

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

#period_value ⇒ Integer

The value associated with the reported PeriodUnit.

Returns:

  • (Integer)


1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-servicequotas/types.rb', line 1153

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