Class: Aws::Types::DescribeVodSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVodSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_break_opportunities ⇒ ::Array[Types::AdBreakOpportunity]
Returns the value of attribute ad_break_opportunities.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
Instance Attribute Details
#ad_break_opportunities ⇒ ::Array[Types::AdBreakOpportunity]
Returns the value of attribute ad_break_opportunities.
527 528 529 |
# File 'sig/types.rbs', line 527 def ad_break_opportunities @ad_break_opportunities end |
#arn ⇒ ::String
Returns the value of attribute arn.
528 529 530 |
# File 'sig/types.rbs', line 528 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
529 530 531 |
# File 'sig/types.rbs', line 529 def creation_time @creation_time end |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
530 531 532 |
# File 'sig/types.rbs', line 530 def http_package_configurations @http_package_configurations end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
531 532 533 |
# File 'sig/types.rbs', line 531 def last_modified_time @last_modified_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
532 533 534 |
# File 'sig/types.rbs', line 532 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
533 534 535 |
# File 'sig/types.rbs', line 533 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
534 535 536 |
# File 'sig/types.rbs', line 534 def vod_source_name @vod_source_name end |