Class: Aws::Types::UsageLimit
- Inherits:
-
Object
- Object
- Aws::Types::UsageLimit
- 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_limit_arn ⇒ ::String
Returns the value of attribute usage_limit_arn.
-
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
-
#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.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def breach_action @breach_action end |
#period ⇒ "daily", ...
Returns the value of attribute period.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def period @period end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def resource_arn @resource_arn end |
#usage_limit_arn ⇒ ::String
Returns the value of attribute usage_limit_arn.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def usage_limit_arn @usage_limit_arn end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def usage_limit_id @usage_limit_id end |
#usage_type ⇒ "serverless-compute", "cross-region-datasharing"
Returns the value of attribute usage_type.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def usage_type @usage_type end |