Class: Aws::WellArchitected::Types::DisassociateProfilesInput

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

#profile_arns ⇒ Array<String>

The list of profile ARNs to disassociate from the workload.

Returns:

  • (Array<String>)


2724
2725
2726
2727
2728
2729
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2724

class DisassociateProfilesInput < Struct.new(
  :workload_id,
  :profile_arns)
  SENSITIVE = []
  include Aws::Structure
end

#workload_id ⇒ String

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2724

class DisassociateProfilesInput < Struct.new(
  :workload_id,
  :profile_arns)
  SENSITIVE = []
  include Aws::Structure
end