Class: Aws::Types::PromotionalEmbeddedVideo

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)


587
588
589
# File 'sig/types.rbs', line 587

def description
  @description
end

#preview::String

Returns the value of attribute preview.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def preview
  @preview
end

#thumbnail::String

Returns the value of attribute thumbnail.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def thumbnail
  @thumbnail
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def url
  @url
end