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.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def breach_action @breach_action end |
#period ⇒ "daily", ...
Returns the value of attribute period.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def period @period end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def resource_arn @resource_arn end |
#usage_limit_arn ⇒ ::String
Returns the value of attribute usage_limit_arn.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def usage_limit_arn @usage_limit_arn end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def usage_limit_id @usage_limit_id end |
#usage_type ⇒ "serverless-compute", "cross-region-datasharing"
Returns the value of attribute usage_type.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def usage_type @usage_type end |