Class: Aws::WellArchitected::Types::CreateAgentProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:display_name, :description, :business_overview]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configuration ⇒ Array<Types::AggregationConfiguration>

The aggregation configuration.



1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#arn ⇒ String

The Amazon Resource Name (ARN) of the created profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#business_overview ⇒ String

The business overview of the created profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#created_at ⇒ Time

The timestamp when the profile was created.

Returns:

  • (Time)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#created_by ⇒ String

The identifier of the user or system that created this profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#deletion_protection ⇒ Boolean

Indicates whether deletion protection is enabled.

Returns:

  • (Boolean)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#description ⇒ String

A description of the created profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#display_name ⇒ String

The display name of the created profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#eligible_for_architecture_generation ⇒ Boolean

Indicates whether the profile is valid for manual architecture generation.

Returns:

  • (Boolean)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#eligible_for_scheduled_generation ⇒ Boolean

Indicates whether the profile is valid for scheduled recommendation generation.

Returns:

  • (Boolean)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#execution_role_arn ⇒ String

The ARN of the IAM execution role.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#field_errors ⇒ Hash<String,String>

A map of field paths to error messages for invalid or missing input fields.

Returns:

  • (Hash<String,String>)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#last_modified_at ⇒ Time

The timestamp when the profile was last modified.

Returns:

  • (Time)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#last_modified_by ⇒ String

The identifier of the user or system that last modified this profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#name ⇒ String

The system name of the created profile.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#pillars ⇒ Array<String>

The Well-Architected Tool Framework pillars associated with the created profile.

Returns:

  • (Array<String>)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The tags associated with the created profile.

Returns:



1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1556

class CreateAgentProfileResponse < Struct.new(
  :name,
  :display_name,
  :description,
  :business_overview,
  :pillars,
  :deletion_protection,
  :execution_role_arn,
  :aggregation_configuration,
  :arn,
  :eligible_for_scheduled_generation,
  :eligible_for_architecture_generation,
  :field_errors,
  :tags,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end