Class: Aws::Types::ChoiceContent
- Inherits:
-
Object
- Object
- Aws::Types::ChoiceContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_text ⇒ ::String
Returns the value of attribute display_text.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#display_text ⇒ ::String
Returns the value of attribute display_text.
241 242 243 |
# File 'sig/types.rbs', line 241 def display_text @display_text end |
#url ⇒ ::String
Returns the value of attribute url.
242 243 244 |
# File 'sig/types.rbs', line 242 def url @url end |