Class: Aws::BedrockAgent::Types::FlowAliasSummary

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

Overview

Contains information about an alias 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 alias.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

class FlowAliasSummary < 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 alias was created.

Returns:

  • (Time)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

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

#descriptionString

A description of the alias.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

class FlowAliasSummary < 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)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

class FlowAliasSummary < 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 of the flow.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

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

#nameString

The name of the alias.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

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

#routing_configurationArray<Types::FlowAliasRoutingConfigurationListItem>

A list of configurations about the versions that the alias maps to. Currently, you can only specify one.



3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

class FlowAliasSummary < 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 alias was last updated.

Returns:

  • (Time)


3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3085

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