Class: Aws::Types::Trail

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:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

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:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#has_custom_event_selectorsBoolean

Returns the value of attribute has_custom_event_selectors.

Returns:

  • (Boolean)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def has_custom_event_selectors
  @has_custom_event_selectors
end

#has_insight_selectorsBoolean

Returns the value of attribute has_insight_selectors.

Returns:

  • (Boolean)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def has_insight_selectors
  @has_insight_selectors
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def home_region
  @home_region
end

#include_global_service_eventsBoolean

Returns the value of attribute include_global_service_events.

Returns:

  • (Boolean)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def include_global_service_events
  @include_global_service_events
end

#is_multi_region_trailBoolean

Returns the value of attribute is_multi_region_trail.

Returns:

  • (Boolean)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def is_multi_region_trail
  @is_multi_region_trail
end

#is_organization_trailBoolean

Returns the value of attribute is_organization_trail.

Returns:

  • (Boolean)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def is_organization_trail
  @is_organization_trail
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def kms_key_id
  @kms_key_id
end

#log_file_validation_enabledBoolean

Returns the value of attribute log_file_validation_enabled.

Returns:

  • (Boolean)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def log_file_validation_enabled
  @log_file_validation_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def name
  @name
end

#recursive_loggingBoolean

Returns the value of attribute recursive_logging.

Returns:

  • (Boolean)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def recursive_logging
  @recursive_logging
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def s3_key_prefix
  @s3_key_prefix
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def sns_topic_arn
  @sns_topic_arn
end

#sns_topic_name::String

Returns the value of attribute sns_topic_name.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def sns_topic_name
  @sns_topic_name
end

#trail_arn::String

Returns the value of attribute trail_arn.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def trail_arn
  @trail_arn
end