Class: Aws::BedrockAgentCoreControl::Types::VersionCreatedBySource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).

Returns:

  • (String)


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).

Returns:

  • (String)


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