Class: Aws::Types::CreateTrailResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arn::String

Returns the value of attribute cloud_watch_logs_log_group_arn.

Returns:



215
216
217
# File 'sig/types.rbs', line 215

def cloud_watch_logs_log_group_arn
  @cloud_watch_logs_log_group_arn
end

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.

Returns:



216
217
218
# File 'sig/types.rbs', line 216

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#include_global_service_eventsBoolean

Returns the value of attribute include_global_service_events.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def include_global_service_events
  @include_global_service_events
end

#is_multi_region_trailBoolean

Returns the value of attribute is_multi_region_trail.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def is_multi_region_trail
  @is_multi_region_trail
end

#is_organization_trailBoolean

Returns the value of attribute is_organization_trail.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def is_organization_trail
  @is_organization_trail
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def kms_key_id
  @kms_key_id
end

#log_file_validation_enabledBoolean

Returns the value of attribute log_file_validation_enabled.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def log_file_validation_enabled
  @log_file_validation_enabled
end

#name::String

Returns the value of attribute name.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def name
  @name
end

#recursive_loggingBoolean

Returns the value of attribute recursive_logging.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def recursive_logging
  @recursive_logging
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def s3_key_prefix
  @s3_key_prefix
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def sns_topic_arn
  @sns_topic_arn
end

#sns_topic_name::String

Returns the value of attribute sns_topic_name.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def sns_topic_name
  @sns_topic_name
end

#trail_arn::String

Returns the value of attribute trail_arn.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def trail_arn
  @trail_arn
end