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
2833 |
# File 'sig/client.rbs', line 2833
def created_at: () -> ::Time
|
#description ⇒ ::String
2829 |
# File 'sig/client.rbs', line 2829
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
2830 |
# File 'sig/client.rbs', line 2830
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
2831 |
# File 'sig/client.rbs', line 2831
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
2828 |
# File 'sig/client.rbs', line 2828
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
2827 |
# File 'sig/client.rbs', line 2827
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
2832 |
# File 'sig/client.rbs', line 2832
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
2834 |
# File 'sig/client.rbs', line 2834
def updated_at: () -> ::Time
|