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
1988 |
# File 'sig/client.rbs', line 1988
def amount: () -> ::Integer
|
#breach_action ⇒ "log", ...
1990 |
# File 'sig/client.rbs', line 1990
def breach_action: () -> ("log" | "emit-metric" | "disable")
|
#cluster_identifier ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985
def cluster_identifier: () -> ::String
|
#feature_type ⇒ "spectrum", ...
1986 |
# File 'sig/client.rbs', line 1986
def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
|
#limit_type ⇒ "time", "data-scanned"
1987 |
# File 'sig/client.rbs', line 1987
def limit_type: () -> ("time" | "data-scanned")
|
#period ⇒ "daily", ...
1989 |
# File 'sig/client.rbs', line 1989
def period: () -> ("daily" | "weekly" | "monthly")
|
#tags ⇒ ::Array[Types::Tag]
1991 |
# File 'sig/client.rbs', line 1991
def tags: () -> ::Array[Types::Tag]
|
#usage_limit_id ⇒ ::String
1984 |
# File 'sig/client.rbs', line 1984
def usage_limit_id: () -> ::String
|