Class: Aws::WellArchitected::Types::DeleteAgentProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The Amazon Resource Name (ARN) of the profile to delete.

Returns:

  • (String)


2373
2374
2375
2376
2377
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2373

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