Class: Aws::Types::UpdateTrailResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrailResponse
- 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.
-
#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.
-
#log_file_validation_enabled ⇒ Boolean
Returns the value of attribute log_file_validation_enabled.
-
#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_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#sns_topic_name ⇒ ::String
Returns the value of attribute sns_topic_name.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 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.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#include_global_service_events ⇒ Boolean
Returns the value of attribute include_global_service_events.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def include_global_service_events @include_global_service_events end |
#is_multi_region_trail ⇒ Boolean
Returns the value of attribute is_multi_region_trail.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def is_multi_region_trail @is_multi_region_trail end |
#is_organization_trail ⇒ Boolean
Returns the value of attribute is_organization_trail.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def is_organization_trail @is_organization_trail end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def kms_key_id @kms_key_id end |
#log_file_validation_enabled ⇒ Boolean
Returns the value of attribute log_file_validation_enabled.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def log_file_validation_enabled @log_file_validation_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def name @name end |
#recursive_logging ⇒ Boolean
Returns the value of attribute recursive_logging.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def recursive_logging @recursive_logging end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def s3_key_prefix @s3_key_prefix end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def sns_topic_arn @sns_topic_arn end |
#sns_topic_name ⇒ ::String
Returns the value of attribute sns_topic_name.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def sns_topic_name @sns_topic_name end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def trail_arn @trail_arn end |