Class: Aws::WellArchitected::Types::ProfileChoice

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

Overview

The profile choice.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_descriptionString

The description of a choice.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4523

class ProfileChoice < Struct.new(
  :choice_id,
  :choice_title,
  :choice_description)
  SENSITIVE = []
  include Aws::Structure
end

#choice_idString

The ID of a choice.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4523

class ProfileChoice < Struct.new(
  :choice_id,
  :choice_title,
  :choice_description)
  SENSITIVE = []
  include Aws::Structure
end

#choice_titleString

The title of a choice.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4523

class ProfileChoice < Struct.new(
  :choice_id,
  :choice_title,
  :choice_description)
  SENSITIVE = []
  include Aws::Structure
end