Module: Aws::BedrockAgentCoreControl::Client::_UpdateGatewayRateLimitResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dimension_keys::Array[::String]

Returns:

  • (::Array[::String])


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

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

#entries::Array[Types::LimitEntry]

Returns:



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

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

#gateway_identifier::String

Returns:

  • (::String)


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

def gateway_identifier: () -> ::String

#rate_limit_id::String

Returns:

  • (::String)


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

def rate_limit_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time