Module: Aws::MediaTailor::Client::_CreateLiveSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLiveSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
- #last_modified_time ⇒ ::Time
- #live_source_name ⇒ ::String
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def arn: () -> ::String
|
#creation_time ⇒ ::Time
155 |
# File 'sig/client.rbs', line 155
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
156 |
# File 'sig/client.rbs', line 156
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
157 |
# File 'sig/client.rbs', line 157
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
160 |
# File 'sig/client.rbs', line 160
def tags: () -> ::Hash[::String, ::String]
|