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

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

Overview

Contains information about a version of a flow.

This data type is used in the following API operations:

^

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)


3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767

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

#created_atTime

The time at the version was created.

Returns:

  • (Time)


3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767

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

#idString

The unique identifier of the flow.

Returns:

  • (String)


3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767

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

#statusString

The status of the flow.

Returns:

  • (String)


3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767

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

#versionString

The version of the flow.

Returns:

  • (String)


3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767

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