Class: Aws::Types::UpdateTrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
-
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
-
#enable_log_file_validation ⇒ Boolean
Returns the value of attribute enable_log_file_validation.
-
#include_global_service_events ⇒ Boolean
Returns the value of attribute include_global_service_events.
-
#is_multi_region_trail ⇒ Boolean
Returns the value of attribute is_multi_region_trail.
-
#is_organization_trail ⇒ Boolean
Returns the value of attribute is_organization_trail.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recursive_logging ⇒ Boolean
Returns the value of attribute recursive_logging.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
-
#sns_topic_name ⇒ ::String
Returns the value of attribute sns_topic_name.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 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.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#enable_log_file_validation ⇒ Boolean
Returns the value of attribute enable_log_file_validation.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def enable_log_file_validation @enable_log_file_validation end |
#include_global_service_events ⇒ Boolean
Returns the value of attribute include_global_service_events.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def include_global_service_events @include_global_service_events end |
#is_multi_region_trail ⇒ Boolean
Returns the value of attribute is_multi_region_trail.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def is_multi_region_trail @is_multi_region_trail end |
#is_organization_trail ⇒ Boolean
Returns the value of attribute is_organization_trail.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def is_organization_trail @is_organization_trail end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def name @name end |
#recursive_logging ⇒ Boolean
Returns the value of attribute recursive_logging.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def recursive_logging @recursive_logging end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def s3_key_prefix @s3_key_prefix end |
#sns_topic_name ⇒ ::String
Returns the value of attribute sns_topic_name.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def sns_topic_name @sns_topic_name end |