Class: Aws::WellArchitected::Types::UpdateAgentContextRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:title]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7669

class UpdateAgentContextRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :title,
  :content)
  SENSITIVE = [:title]
  include Aws::Structure
end

#contentTypes::ContextContent

The updated typed content of the context. The structure contains application-specific fields such as account IDs, Regions, services, and resource types.



7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7669

class UpdateAgentContextRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :title,
  :content)
  SENSITIVE = [:title]
  include Aws::Structure
end

#idString

The unique identifier of the context to update.

Returns:

  • (String)


7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7669

class UpdateAgentContextRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :title,
  :content)
  SENSITIVE = [:title]
  include Aws::Structure
end

#profile_arnString

The Amazon Resource Name (ARN) of the profile containing the context.

Returns:

  • (String)


7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7669

class UpdateAgentContextRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :title,
  :content)
  SENSITIVE = [:title]
  include Aws::Structure
end

#titleString

The updated title of the context.

Returns:

  • (String)


7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7669

class UpdateAgentContextRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :title,
  :content)
  SENSITIVE = [:title]
  include Aws::Structure
end