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_description ⇒ String

The description of a choice.

Returns:

  • (String)


6290
6291
6292
6293
6294
6295
6296
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6290

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

#choice_id ⇒ String

The ID of a choice.

Returns:

  • (String)


6290
6291
6292
6293
6294
6295
6296
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6290

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

#choice_title ⇒ String

The title of a choice.

Returns:

  • (String)


6290
6291
6292
6293
6294
6295
6296
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6290

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