Class: Aws::Types::CreateLiveSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLiveSourceResponse
- 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.
237 238 239 |
# File 'sig/types.rbs', line 237 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
238 239 240 |
# File 'sig/types.rbs', line 238 def creation_time @creation_time end |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
239 240 241 |
# File 'sig/types.rbs', line 239 def http_package_configurations @http_package_configurations end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
240 241 242 |
# File 'sig/types.rbs', line 240 def last_modified_time @last_modified_time end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
241 242 243 |
# File 'sig/types.rbs', line 241 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
242 243 244 |
# File 'sig/types.rbs', line 242 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
243 244 245 |
# File 'sig/types.rbs', line 243 def @tags end |