Class: Aws::BedrockAgentCoreControl::Types::GatewayRateLimitDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GatewayRateLimitDetail
- 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
-
#created_at ⇒ Time
The timestamp when the rate limit was created.
-
#description ⇒ String
The human-readable description of the rate limit.
-
#dimension_keys ⇒ Array<String>
The ordered list of dimension key names that define the scope of this rate limit.
-
#entries ⇒ Array<Types::LimitEntry>
The list of rule entries that map dimension values to rate configurations.
-
#gateway_identifier ⇒ String
The unique identifier of the gateway.
-
#rate_limit_id ⇒ String
The unique identifier of the rate limit.
-
#status ⇒ String
The current status of the rate limit.
-
#updated_at ⇒ Time
The timestamp when the rate limit was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the rate limit was created.
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.
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.
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.
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.
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.
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.
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.
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 |