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
656 |
# File 'sig/client.rbs', line 656
def amount: () -> ::Integer
|
#breach_action ⇒ "log", ...
658 |
# File 'sig/client.rbs', line 658
def breach_action: () -> ("log" | "emit-metric" | "disable")
|
#cluster_identifier ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def cluster_identifier: () -> ::String
|
#feature_type ⇒ "spectrum", ...
654 |
# File 'sig/client.rbs', line 654
def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
|
#limit_type ⇒ "time", "data-scanned"
655 |
# File 'sig/client.rbs', line 655
def limit_type: () -> ("time" | "data-scanned")
|
#period ⇒ "daily", ...
657 |
# File 'sig/client.rbs', line 657
def period: () -> ("daily" | "weekly" | "monthly")
|
#tags ⇒ ::Array[Types::Tag]
659 |
# File 'sig/client.rbs', line 659
def tags: () -> ::Array[Types::Tag]
|
#usage_limit_id ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def usage_limit_id: () -> ::String
|