Class: Aws::BedrockAgent::Types::UpdateFlowAliasResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the flow was created.

Returns:

  • (Time)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow.

Returns:

  • (String)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the flow.

Returns:

  • (String)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the alias.

Returns:

  • (String)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow alias.

Returns:

  • (String)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::FlowAliasRoutingConfigurationListItem>

Contains information about the version that the alias is mapped to.



7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the flow alias was last updated.

Returns:

  • (Time)


7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7391

class UpdateFlowAliasResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :flow_id,
  :id,
  :name,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end