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