Class: Aws::BedrockAgent::Types::FlowVersionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains information about the flow version.

This data type is used in the following API operations:

  • ListFlowVersions response][1

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_ListFlowVersions.html#API_agent_ListFlowVersions_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow that the version belongs to.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396

class FlowVersionSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at the flow version was created.

Returns:

  • (Time)


3396
3397
3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396

class FlowVersionSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the flow.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396

class FlowVersionSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the flow.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396

class FlowVersionSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the flow.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396

class FlowVersionSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end