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)


13051
13052
13053
# File 'sig/types.rbs', line 13051

def description
  @description
end

#description_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute description_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13052
13053
13054
# File 'sig/types.rbs', line 13052

def description_visibility
  @description_visibility
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


13048
13049
13050
# File 'sig/types.rbs', line 13048

def enabled
  @enabled
end

Returns the value of attribute link_text.

Returns:

  • (::String)


13053
13054
13055
# File 'sig/types.rbs', line 13053

def link_text
  @link_text
end

Returns the value of attribute link_url.

Returns:

  • (::String)


13054
13055
13056
# File 'sig/types.rbs', line 13054

def link_url
  @link_url
end

Returns the value of attribute link_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13055
13056
13057
# File 'sig/types.rbs', line 13055

def link_visibility
  @link_visibility
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


13049
13050
13051
# File 'sig/types.rbs', line 13049

def title
  @title
end

#title_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute title_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


13050
13051
13052
# File 'sig/types.rbs', line 13050

def title_visibility
  @title_visibility
end