Module: Aws::MediaPackageVod::Client::_DescribeAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAssetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::String
- #egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
- #id ⇒ ::String
- #packaging_group_id ⇒ ::String
- #resource_id ⇒ ::String
- #source_arn ⇒ ::String
- #source_role_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def arn: () -> ::String
|
#created_at ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def created_at: () -> ::String
|
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
262 |
# File 'sig/client.rbs', line 262
def egress_endpoints: () -> ::Array[Types::EgressEndpoint]
|
#id ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def id: () -> ::String
|
#packaging_group_id ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def packaging_group_id: () -> ::String
|
#resource_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def resource_id: () -> ::String
|
#source_arn ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def source_arn: () -> ::String
|
#source_role_arn ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def source_role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
268 |
# File 'sig/client.rbs', line 268
def tags: () -> ::Hash[::String, ::String]
|