Class: Aws::BedrockAgentCoreControl::Types::VersionCreatedBySource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::VersionCreatedBySource
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The source that created a configuration bundle version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).
-
#name ⇒ String
The name of the source (for example,
user,optimization-job, orsystem).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).
24031 24032 24033 24034 24035 24036 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 24031 class VersionCreatedBySource < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source (for example, user, optimization-job, or
system).
24031 24032 24033 24034 24035 24036 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 24031 class VersionCreatedBySource < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |