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
2827 |
# File 'sig/client.rbs', line 2827
def created_at: () -> ::Time
|
#description ⇒ ::String
2823 |
# File 'sig/client.rbs', line 2823
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
2824 |
# File 'sig/client.rbs', line 2824
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
2825 |
# File 'sig/client.rbs', line 2825
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
2822 |
# File 'sig/client.rbs', line 2822
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
2821 |
# File 'sig/client.rbs', line 2821
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
2826 |
# File 'sig/client.rbs', line 2826
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
2828 |
# File 'sig/client.rbs', line 2828
def updated_at: () -> ::Time
|