Module: Aws::CloudTrail::Client::_CreateTrailResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTrailResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_watch_logs_log_group_arn ⇒ ::String
- #cloud_watch_logs_role_arn ⇒ ::String
- #include_global_service_events ⇒ Boolean
- #is_multi_region_trail ⇒ Boolean
- #is_organization_trail ⇒ Boolean
- #kms_key_id ⇒ ::String
- #log_file_validation_enabled ⇒ Boolean
- #name ⇒ ::String
- #s3_bucket_name ⇒ ::String
- #s3_key_prefix ⇒ ::String
- #sns_topic_arn ⇒ ::String
- #sns_topic_name ⇒ ::String
- #trail_arn ⇒ ::String
Instance Method Details
#cloud_watch_logs_log_group_arn ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def cloud_watch_logs_log_group_arn: () -> ::String
|
#cloud_watch_logs_role_arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def cloud_watch_logs_role_arn: () -> ::String
|
#include_global_service_events ⇒ Boolean
214 |
# File 'sig/client.rbs', line 214
def include_global_service_events: () -> bool
|
#is_multi_region_trail ⇒ Boolean
215 |
# File 'sig/client.rbs', line 215
def is_multi_region_trail: () -> bool
|
#is_organization_trail ⇒ Boolean
221 |
# File 'sig/client.rbs', line 221
def is_organization_trail: () -> bool
|
#kms_key_id ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def kms_key_id: () -> ::String
|
#log_file_validation_enabled ⇒ Boolean
217 |
# File 'sig/client.rbs', line 217
def log_file_validation_enabled: () -> bool
|
#name ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def name: () -> ::String
|
#s3_bucket_name ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def s3_bucket_name: () -> ::String
|
#s3_key_prefix ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def s3_key_prefix: () -> ::String
|
#sns_topic_arn ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def sns_topic_arn: () -> ::String
|
#sns_topic_name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def sns_topic_name: () -> ::String
|
#trail_arn ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def trail_arn: () -> ::String
|