Module: Aws::MediaPackage::Client::_ConfigureLogsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ConfigureLogsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::String
- #description ⇒ ::String
- #egress_access_logs ⇒ Types::EgressAccessLogs
- #hls_ingest ⇒ Types::HlsIngest
- #id ⇒ ::String
- #ingress_access_logs ⇒ Types::IngressAccessLogs
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def arn: () -> ::String
|
#created_at ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def created_at: () -> ::String
|
#description ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def description: () -> ::String
|
#egress_access_logs ⇒ Types::EgressAccessLogs
86 |
# File 'sig/client.rbs', line 86
def egress_access_logs: () -> Types::EgressAccessLogs
|
#hls_ingest ⇒ Types::HlsIngest
87 |
# File 'sig/client.rbs', line 87
def hls_ingest: () -> Types::HlsIngest
|
#id ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def id: () -> ::String
|
#ingress_access_logs ⇒ Types::IngressAccessLogs
89 |
# File 'sig/client.rbs', line 89
def ingress_access_logs: () -> Types::IngressAccessLogs
|
#tags ⇒ ::Hash[::String, ::String]
90 |
# File 'sig/client.rbs', line 90
def tags: () -> ::Hash[::String, ::String]
|