Module: Aws::MediaPackageVod::Client::_CreateAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAssetResponse]
- 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
102 |
# File 'sig/client.rbs', line 102
def arn: () -> ::String
|
#created_at ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def created_at: () -> ::String
|
#egress_endpoints ⇒ ::Array[Types::EgressEndpoint]
104 |
# File 'sig/client.rbs', line 104
def egress_endpoints: () -> ::Array[Types::EgressEndpoint]
|
#id ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def id: () -> ::String
|
#packaging_group_id ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def packaging_group_id: () -> ::String
|
#resource_id ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def resource_id: () -> ::String
|
#source_arn ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def source_arn: () -> ::String
|
#source_role_arn ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def source_role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
110 |
# File 'sig/client.rbs', line 110
def tags: () -> ::Hash[::String, ::String]
|