Class: Aws::BedrockAgentCoreControl::Types::GatewayRateLimitDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Contains detailed information about a gateway rate limit, including its configuration and current status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The timestamp when the rate limit was created.

Returns:

  • (Time)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The human-readable description of the rate limit.

Returns:

  • (String)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_keys ⇒ Array<String>

The ordered list of dimension key names that define the scope of this rate limit.

Returns:

  • (Array<String>)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#entries ⇒ Array<Types::LimitEntry>

The list of rule entries that map dimension values to rate configurations.

Returns:



8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_identifier ⇒ String

The unique identifier of the gateway.

Returns:

  • (String)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#rate_limit_id ⇒ String

The unique identifier of the rate limit.

Returns:

  • (String)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the rate limit.

Returns:

  • (String)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp when the rate limit was last updated.

Returns:

  • (Time)


8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8307

class GatewayRateLimitDetail < Struct.new(
  :rate_limit_id,
  :gateway_identifier,
  :description,
  :dimension_keys,
  :entries,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end