Class: Aws::Types::DashProgramInformation
- Inherits:
-
Object
- Object
- Aws::Types::DashProgramInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copyright ⇒ ::String
Returns the value of attribute copyright.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#more_information_url ⇒ ::String
Returns the value of attribute more_information_url.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#copyright ⇒ ::String
Returns the value of attribute copyright.
286 287 288 |
# File 'sig/types.rbs', line 286 def copyright @copyright end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
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.
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.
285 286 287 |
# File 'sig/types.rbs', line 285 def source @source end |
#title ⇒ ::String
Returns the value of attribute title.
284 285 286 |
# File 'sig/types.rbs', line 284 def title @title end |