Class: Aws::WellArchitected::Types::ProfileTemplateChoice

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

Overview

A profile template choice.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_descriptionString

The description of a choice.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763

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

#choice_idString

The ID of a choice.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763

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

#choice_titleString

The title of a choice.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763

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