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)


625
626
627
# File 'sig/types.rbs', line 625

def description
  @description
end

#preview::String

Returns the value of attribute preview.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def preview
  @preview
end

#thumbnail::String

Returns the value of attribute thumbnail.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def thumbnail
  @thumbnail
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def url
  @url
end