Class: Aws::Types::DisplayData

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)


548
549
550
# File 'sig/types.rbs', line 548

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def display_name
  @display_name
end

#icon_url ⇒ ::String

Returns the value of attribute icon_url.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def icon_url
  @icon_url
end