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.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#feature_type ⇒ "spectrum", ...
Returns the value of attribute feature_type.
-
#limit_type ⇒ "time", "data-scanned"
Returns the value of attribute limit_type.
-
#period ⇒ "daily", ...
Returns the value of attribute period.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
Instance Attribute Details
#amount ⇒ ::Integer
Returns the value of attribute amount.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def breach_action @breach_action end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def cluster_identifier @cluster_identifier end |
#feature_type ⇒ "spectrum", ...
Returns the value of attribute feature_type.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def feature_type @feature_type end |
#limit_type ⇒ "time", "data-scanned"
Returns the value of attribute limit_type.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def limit_type @limit_type end |
#period ⇒ "daily", ...
Returns the value of attribute period.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def period @period end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def @tags end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def usage_limit_id @usage_limit_id end |