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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dimension_keys::Array[::String]

Returns:

  • (::Array[::String])


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

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

#entries::Array[Types::LimitEntry]

Returns:



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

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

#gateway_identifier::String

Returns:

  • (::String)


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

def gateway_identifier: () -> ::String

#rate_limit_id::String

Returns:

  • (::String)


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

def rate_limit_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time