Class: Aws::Types::UpdateLiveSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLiveSourceResponse
- 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.
-
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def creation_time @creation_time end |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def http_package_configurations @http_package_configurations end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def last_modified_time @last_modified_time end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def end |