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.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def breach_action @breach_action end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def cluster_identifier @cluster_identifier end |
#feature_type ⇒ "spectrum", ...
Returns the value of attribute feature_type.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def feature_type @feature_type end |
#limit_type ⇒ "time", "data-scanned"
Returns the value of attribute limit_type.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def limit_type @limit_type end |
#period ⇒ "daily", ...
Returns the value of attribute period.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def period @period end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def @tags end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def usage_limit_id @usage_limit_id end |