Class: Aws::Types::UpdateVodSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVodSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def creation_time @creation_time end |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def http_package_configurations @http_package_configurations end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def last_modified_time @last_modified_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def vod_source_name @vod_source_name end |