Class: Aws::Types::CreateUsageLimitMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateUsageLimitMessage
- 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.
Instance Attribute Details
#amount ⇒ ::Integer
Returns the value of attribute amount.
755 756 757 |
# File 'sig/types.rbs', line 755 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
757 758 759 |
# File 'sig/types.rbs', line 757 def breach_action @breach_action end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
752 753 754 |
# File 'sig/types.rbs', line 752 def cluster_identifier @cluster_identifier end |
#feature_type ⇒ "spectrum", ...
Returns the value of attribute feature_type.
753 754 755 |
# File 'sig/types.rbs', line 753 def feature_type @feature_type end |
#limit_type ⇒ "time", "data-scanned"
Returns the value of attribute limit_type.
754 755 756 |
# File 'sig/types.rbs', line 754 def limit_type @limit_type end |
#period ⇒ "daily", ...
Returns the value of attribute period.
756 757 758 |
# File 'sig/types.rbs', line 756 def period @period end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
758 759 760 |
# File 'sig/types.rbs', line 758 def @tags end |