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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dimension_keys::Array[::String]

Returns:

  • (::Array[::String])


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

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

#entries::Array[Types::LimitEntry]

Returns:



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

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

#gateway_identifier::String

Returns:

  • (::String)


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

def gateway_identifier: () -> ::String

#rate_limit_id::String

Returns:

  • (::String)


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

def rate_limit_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time