Class: Aws::WellArchitected::Types::DeleteAgentProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::DeleteAgentProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile to delete.
Instance Attribute Details
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile to delete.
2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2379 class DeleteAgentProfileRequest < Struct.new( :profile_arn) SENSITIVE = [] include Aws::Structure end |