Class: Aws::BedrockAgent::Types::FlowSummary

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

Overview

Contains the definition of a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#created_atTime

The time at which the flow was created.

Returns:

  • (Time)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#descriptionString

A description of the flow.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#idString

The unique identifier of the flow.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#nameString

The name of the flow.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#statusString

The status of the flow. The following statuses are possible:

  • NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the DRAFT version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT version.

  • Preparing – The flow is being prepared so that the DRAFT version contains the latest changes for testing.

  • Prepared – The flow is prepared and the DRAFT version contains the latest changes for testing.

  • Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the validations field.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#updated_atTime

The time at which the flow was last updated.

Returns:

  • (Time)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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

#versionString

The latest version of the flow.

Returns:

  • (String)


4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4387

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