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.
540 541 542 |
# File 'sig/types.rbs', line 540 def ad_break_opportunities @ad_break_opportunities end |
#arn ⇒ ::String
Returns the value of attribute arn.
541 542 543 |
# File 'sig/types.rbs', line 541 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
542 543 544 |
# File 'sig/types.rbs', line 542 def creation_time @creation_time end |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
543 544 545 |
# File 'sig/types.rbs', line 543 def http_package_configurations @http_package_configurations end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
544 545 546 |
# File 'sig/types.rbs', line 544 def last_modified_time @last_modified_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
545 546 547 |
# File 'sig/types.rbs', line 545 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
546 547 548 |
# File 'sig/types.rbs', line 546 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def vod_source_name @vod_source_name end |