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)


616
617
618
# File 'sig/types.rbs', line 616

def description
  @description
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def url
  @url
end