Module: Aws::Redshift::Client::_CreateUsageLimitResponseSuccess
- 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
638 |
# File 'sig/client.rbs', line 638
def amount: () -> ::Integer
|
#breach_action ⇒ "log", ...
640 |
# File 'sig/client.rbs', line 640
def breach_action: () -> ("log" | "emit-metric" | "disable")
|
#cluster_identifier ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def cluster_identifier: () -> ::String
|
#feature_type ⇒ "spectrum", ...
636 |
# File 'sig/client.rbs', line 636
def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
|
#limit_type ⇒ "time", "data-scanned"
637 |
# File 'sig/client.rbs', line 637
def limit_type: () -> ("time" | "data-scanned")
|
#period ⇒ "daily", ...
639 |
# File 'sig/client.rbs', line 639
def period: () -> ("daily" | "weekly" | "monthly")
|
#tags ⇒ ::Array[Types::Tag]
641 |
# File 'sig/client.rbs', line 641
def tags: () -> ::Array[Types::Tag]
|
#usage_limit_id ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def usage_limit_id: () -> ::String
|