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)


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

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def display_name
  @display_name
end

#icon_url::String

Returns the value of attribute icon_url.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def icon_url
  @icon_url
end