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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dimension_keys::Array[::String]

Returns:

  • (::Array[::String])


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

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

#entries::Array[Types::LimitEntry]

Returns:



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

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

#gateway_identifier::String

Returns:

  • (::String)


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

def gateway_identifier: () -> ::String

#rate_limit_id::String

Returns:

  • (::String)


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

def rate_limit_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time