Module: Aws::Redshift::Client::_ModifyUsageLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UsageLimit]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #amount ⇒ ::Integer
- #breach_action ⇒ "log", ...
- #cluster_identifier ⇒ ::String
- #feature_type ⇒ "spectrum", ...
- #limit_type ⇒ "time", "data-scanned"
- #period ⇒ "daily", ...
- #tags ⇒ ::Array[Types::Tag]
- #usage_limit_id ⇒ ::String
Instance Method Details
#amount ⇒ ::Integer
2043 |
# File 'sig/client.rbs', line 2043 def amount: () -> ::Integer |
#breach_action ⇒ "log", ...
2045 |
# File 'sig/client.rbs', line 2045 def breach_action: () -> ("log" | "emit-metric" | "disable") |
#cluster_identifier ⇒ ::String
2040 |
# File 'sig/client.rbs', line 2040 def cluster_identifier: () -> ::String |
#feature_type ⇒ "spectrum", ...
2041 |
# File 'sig/client.rbs', line 2041 def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization") |
#limit_type ⇒ "time", "data-scanned"
2042 |
# File 'sig/client.rbs', line 2042 def limit_type: () -> ("time" | "data-scanned") |
#period ⇒ "daily", ...
2044 |
# File 'sig/client.rbs', line 2044 def period: () -> ("daily" | "weekly" | "monthly") |
#tags ⇒ ::Array[Types::Tag]
2046 |
# File 'sig/client.rbs', line 2046 def tags: () -> ::Array[Types::Tag] |
#usage_limit_id ⇒ ::String
2039 |
# File 'sig/client.rbs', line 2039 def usage_limit_id: () -> ::String |