Class: Aws::WellArchitected::Types::ChoiceContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ChoiceContent
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The choice content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_text ⇒ String
The display text for the choice content.
-
#url ⇒ String
The URL for the choice content.
Instance Attribute Details
#display_text ⇒ String
The display text for the choice content.
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 |
#url ⇒ String
The URL for the choice content.
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 |