Module: Aws::BedrockAgentCoreControl::Client::_CreateGatewayRateLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGatewayRateLimitResponse]
- 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
543 |
# File 'sig/client.rbs', line 543
def created_at: () -> ::Time
|
#description ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
540 |
# File 'sig/client.rbs', line 540
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
541 |
# File 'sig/client.rbs', line 541
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
542 |
# File 'sig/client.rbs', line 542
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
544 |
# File 'sig/client.rbs', line 544
def updated_at: () -> ::Time
|