Class: Aws::Types::VisualMessageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13520
13521
13522
# File 'sig/types.rbs', line 13520

def description
  @description
end

#description_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute description_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13521
13522
13523
# File 'sig/types.rbs', line 13521

def description_visibility
  @description_visibility
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


13517
13518
13519
# File 'sig/types.rbs', line 13517

def enabled
  @enabled
end

Returns the value of attribute link_text.

Returns:

  • (::String)


13522
13523
13524
# File 'sig/types.rbs', line 13522

def link_text
  @link_text
end

Returns the value of attribute link_url.

Returns:

  • (::String)


13523
13524
13525
# File 'sig/types.rbs', line 13523

def link_url
  @link_url
end

Returns the value of attribute link_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13524
13525
13526
# File 'sig/types.rbs', line 13524

def link_visibility
  @link_visibility
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


13518
13519
13520
# File 'sig/types.rbs', line 13518

def title
  @title
end

#title_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute title_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13519
13520
13521
# File 'sig/types.rbs', line 13519

def title_visibility
  @title_visibility
end