Module: Aws::BedrockAgentCoreControl::Client::_UpdateGatewayRateLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayRateLimitResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dimension_keys ⇒ ::Array[::String]
- #entries ⇒ ::Array[Types::LimitEntry]
- #gateway_identifier ⇒ ::String
- #rate_limit_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
2844 |
# File 'sig/client.rbs', line 2844
def created_at: () -> ::Time
|
#description ⇒ ::String
2840 |
# File 'sig/client.rbs', line 2840
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
2841 |
# File 'sig/client.rbs', line 2841
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
2842 |
# File 'sig/client.rbs', line 2842
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
2839 |
# File 'sig/client.rbs', line 2839
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
2838 |
# File 'sig/client.rbs', line 2838
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
2843 |
# File 'sig/client.rbs', line 2843
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
2845 |
# File 'sig/client.rbs', line 2845
def updated_at: () -> ::Time
|