Class: Aws::WellArchitected::Types::DeleteAgentGoalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::DeleteAgentGoalRequest
- 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 goal to delete.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile containing the goal.
Instance Attribute Details
#id ⇒ String
The unique identifier of the goal to delete.
2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2356 class DeleteAgentGoalRequest < Struct.new( :profile_arn, :id) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile containing the goal.
2356 2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2356 class DeleteAgentGoalRequest < Struct.new( :profile_arn, :id) SENSITIVE = [] include Aws::Structure end |