Module: Aws::BedrockAgentCoreControl::Client::_GetGatewayRateLimitResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetGatewayRateLimitResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


1596
# File 'sig/client.rbs', line 1596

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


1592
# File 'sig/client.rbs', line 1592

def description: () -> ::String

#dimension_keys::Array[::String]

Returns:

  • (::Array[::String])


1593
# File 'sig/client.rbs', line 1593

def dimension_keys: () -> ::Array[::String]

#entries::Array[Types::LimitEntry]

Returns:



1594
# File 'sig/client.rbs', line 1594

def entries: () -> ::Array[Types::LimitEntry]

#gateway_identifier::String

Returns:

  • (::String)


1591
# File 'sig/client.rbs', line 1591

def gateway_identifier: () -> ::String

#rate_limit_id::String

Returns:

  • (::String)


1590
# File 'sig/client.rbs', line 1590

def rate_limit_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING")


1595
# File 'sig/client.rbs', line 1595

def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")

#updated_at::Time

Returns:

  • (::Time)


1597
# File 'sig/client.rbs', line 1597

def updated_at: () -> ::Time