Class: Aws::WellArchitected::Types::UpdateAgentProfileRequest

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_configurationArray<Types::AggregationConfiguration>

The updated aggregation configuration.



7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#business_overviewString

The updated business overview for the profile.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#deletion_protectionBoolean

Indicates whether deletion protection is enabled for the profile.

Returns:

  • (Boolean)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#descriptionString

The updated description of the profile.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#display_nameString

The updated display name of the profile.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#execution_role_arnString

The updated ARN of the IAM execution role.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#pillarsArray<String>

The updated Well-Architected Tool Framework pillars for the profile.

Returns:

  • (Array<String>)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end

#profile_arnString

The Amazon Resource Name (ARN) of the profile to update.

Returns:

  • (String)


7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7789

class UpdateAgentProfileRequest < Struct.new(
  :client_token,
  :profile_arn,
  :display_name,
  :description,
  :execution_role_arn,
  :aggregation_configuration,
  :business_overview,
  :pillars,
  :deletion_protection)
  SENSITIVE = [:display_name, :description, :business_overview]
  include Aws::Structure
end