Class: Aws::Types::CreateUsageLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUsageLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Integer
Returns the value of attribute amount.
-
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
-
#period ⇒ "daily", ...
Returns the value of attribute period.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#usage_type ⇒ "serverless-compute", "cross-region-datasharing"
Returns the value of attribute usage_type.
Instance Attribute Details
#amount ⇒ ::Integer
Returns the value of attribute amount.
164 165 166 |
# File 'sig/types.rbs', line 164 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
165 166 167 |
# File 'sig/types.rbs', line 165 def breach_action @breach_action end |
#period ⇒ "daily", ...
Returns the value of attribute period.
166 167 168 |
# File 'sig/types.rbs', line 166 def period @period end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
167 168 169 |
# File 'sig/types.rbs', line 167 def resource_arn @resource_arn end |
#usage_type ⇒ "serverless-compute", "cross-region-datasharing"
Returns the value of attribute usage_type.
168 169 170 |
# File 'sig/types.rbs', line 168 def usage_type @usage_type end |