Class: Aws::WellArchitected::Types::DeleteAgentContextRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The unique identifier of the context to delete.

Returns:

  • (String)


2341
2342
2343
2344
2345
2346
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2341

class DeleteAgentContextRequest < Struct.new(
  :profile_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arn ⇒ String

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

Returns:

  • (String)


2341
2342
2343
2344
2345
2346
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2341

class DeleteAgentContextRequest < Struct.new(
  :profile_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end