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
1611 |
# File 'sig/client.rbs', line 1611
def created_at: () -> ::Time
|
#description ⇒ ::String
1607 |
# File 'sig/client.rbs', line 1607
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
1608 |
# File 'sig/client.rbs', line 1608
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
1609 |
# File 'sig/client.rbs', line 1609
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
1606 |
# File 'sig/client.rbs', line 1606
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
1605 |
# File 'sig/client.rbs', line 1605
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
1610 |
# File 'sig/client.rbs', line 1610
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
1612 |
# File 'sig/client.rbs', line 1612
def updated_at: () -> ::Time
|