Class: Aws::Types::ConsentPopupConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConsentPopupConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#close_button_label ⇒ ::String
Returns the value of attribute close_button_label.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#header ⇒ ::String
Returns the value of attribute header.
Instance Attribute Details
#close_button_label ⇒ ::String
Returns the value of attribute close_button_label.
193 194 195 |
# File 'sig/types.rbs', line 193 def @close_button_label end |
#content ⇒ ::String
Returns the value of attribute content.
192 193 194 |
# File 'sig/types.rbs', line 192 def content @content end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
190 191 192 |
# File 'sig/types.rbs', line 190 def enabled @enabled end |
#header ⇒ ::String
Returns the value of attribute header.
191 192 193 |
# File 'sig/types.rbs', line 191 def header @header end |