Class: Aws::BedrockAgentCoreControl::Types::StartPolicyGenerationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the policy generation request was created.

Returns:

  • (Time)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#findingsString

Initial findings from the policy generation process.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The customer-assigned name for the policy generation request.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#policy_engine_idString

The identifier of the policy engine associated with the started policy generation.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#policy_generation_arnString

The ARN of the created policy generation request.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#policy_generation_idString

The unique identifier assigned to the policy generation request for tracking progress.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

The resource information associated with the policy generation request.

Returns:



14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The initial status of the policy generation request.

Returns:

  • (String)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonsArray<String>

Additional information about the generation status.

Returns:

  • (Array<String>)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the policy generation was last updated.

Returns:

  • (Time)


14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14787

class StartPolicyGenerationResponse < Struct.new(
  :policy_engine_id,
  :policy_generation_id,
  :name,
  :policy_generation_arn,
  :resource,
  :created_at,
  :updated_at,
  :status,
  :findings,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end