Module: Aws::BedrockAgentCoreControl::Client::_GetGatewayRateLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGatewayRateLimitResponse]
- 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
1596 |
# File 'sig/client.rbs', line 1596
def created_at: () -> ::Time
|
#description ⇒ ::String
1592 |
# File 'sig/client.rbs', line 1592
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
1593 |
# File 'sig/client.rbs', line 1593
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
1594 |
# File 'sig/client.rbs', line 1594
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
1591 |
# File 'sig/client.rbs', line 1591
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
1590 |
# File 'sig/client.rbs', line 1590
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
1595 |
# File 'sig/client.rbs', line 1595
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
1597 |
# File 'sig/client.rbs', line 1597
def updated_at: () -> ::Time
|