Class: Aws::Types::DashProgramInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute copyright.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def copyright
  @copyright
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def language_code
  @language_code
end

#more_information_url::String

Returns the value of attribute more_information_url.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def more_information_url
  @more_information_url
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def source
  @source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def title
  @title
end