Class: Aws::Bedrock::Types::AutomatedReasoningPolicySummary

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

Overview

Contains summary information about an Automated Reasoning policy, including metadata and timestamps.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the policy was created.

Returns:

  • (Time)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the policy.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the policy.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#policy_idString

The unique identifier of the policy.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the policy was last updated.

Returns:

  • (Time)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#versionString

The version of the policy.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1623

class AutomatedReasoningPolicySummary < Struct.new(
  :policy_arn,
  :name,
  :description,
  :version,
  :policy_id,
  :created_at,
  :updated_at)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end