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
1600 |
# File 'sig/client.rbs', line 1600
def created_at: () -> ::Time
|
#description ⇒ ::String
1596 |
# File 'sig/client.rbs', line 1596
def description: () -> ::String
|
#dimension_keys ⇒ ::Array[::String]
1597 |
# File 'sig/client.rbs', line 1597
def dimension_keys: () -> ::Array[::String]
|
#entries ⇒ ::Array[Types::LimitEntry]
1598 |
# File 'sig/client.rbs', line 1598
def entries: () -> ::Array[Types::LimitEntry]
|
#gateway_identifier ⇒ ::String
1595 |
# File 'sig/client.rbs', line 1595
def gateway_identifier: () -> ::String
|
#rate_limit_id ⇒ ::String
1594 |
# File 'sig/client.rbs', line 1594
def rate_limit_id: () -> ::String
|
#status ⇒ "CREATING", ...
1599 |
# File 'sig/client.rbs', line 1599
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
1601 |
# File 'sig/client.rbs', line 1601
def updated_at: () -> ::Time
|