Class: Aws::BedrockAgentCoreControl::Types::CapacityProviderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CapacityProviderSummary
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
A summary of a capacity provider, as returned by
ListCapacityProviders. Each summary includes the capacity provider
identifier, Amazon Resource Name (ARN), name, status, and last-updated
timestamp.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
-
#capacity_provider_id ⇒ String
The unique identifier of the capacity provider.
-
#last_updated_at ⇒ Time
The timestamp when the capacity provider was last updated.
-
#name ⇒ String
The name of the capacity provider.
-
#status ⇒ String
The current status of the capacity provider.
Instance Attribute Details
#capacity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1069 class CapacityProviderSummary < Struct.new( :capacity_provider_id, :capacity_provider_arn, :name, :status, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#capacity_provider_id ⇒ String
The unique identifier of the capacity provider.
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1069 class CapacityProviderSummary < Struct.new( :capacity_provider_id, :capacity_provider_arn, :name, :status, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the capacity provider was last updated.
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1069 class CapacityProviderSummary < Struct.new( :capacity_provider_id, :capacity_provider_arn, :name, :status, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the capacity provider.
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1069 class CapacityProviderSummary < Struct.new( :capacity_provider_id, :capacity_provider_arn, :name, :status, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the capacity provider. For possible values,
see CapacityProviderStatus.
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1069 class CapacityProviderSummary < Struct.new( :capacity_provider_id, :capacity_provider_arn, :name, :status, :last_updated_at) SENSITIVE = [] include Aws::Structure end |