Class: Aws::WellArchitected::Types::ChoiceContent

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

Overview

The choice content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_textString

The display text for the choice content.

Returns:

  • (String)


613
614
615
616
617
618
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 613

class ChoiceContent < Struct.new(
  :display_text,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL for the choice content.

Returns:

  • (String)


613
614
615
616
617
618
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 613

class ChoiceContent < Struct.new(
  :display_text,
  :url)
  SENSITIVE = []
  include Aws::Structure
end