Class: Aws::WellArchitected::Types::AssociateProfilesInput

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 associate with the workload.

Returns:

  • (Array<String>)


739
740
741
742
743
744
# File 'lib/aws-sdk-wellarchitected/types.rb', line 739

class AssociateProfilesInput < 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)


739
740
741
742
743
744
# File 'lib/aws-sdk-wellarchitected/types.rb', line 739

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