Class: Aws::WellArchitected::Types::DeleteAgentContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::DeleteAgentContextRequest
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the context to delete.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile containing the context.
Instance Attribute Details
#id ⇒ String
The unique identifier of the context to delete.
2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2335 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.
2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2335 class DeleteAgentContextRequest < Struct.new( :profile_arn, :id) SENSITIVE = [] include Aws::Structure end |