Class: Aws::Types::PromotionalEmbeddedImage

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)


578
579
580
# File 'sig/types.rbs', line 578

def description
  @description
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def url
  @url
end