Class: Aws::Types::ConsentPopupConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#close_button_label::String

Returns the value of attribute close_button_label.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def close_button_label
  @close_button_label
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def content
  @content
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


190
191
192
# File 'sig/types.rbs', line 190

def enabled
  @enabled
end

#header::String

Returns the value of attribute header.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def header
  @header
end