Class: Aws::Types::AwsCloudTrailTrailDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudTrailTrailDetails
- 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.
-
#has_custom_event_selectors ⇒ Boolean
Returns the value of attribute has_custom_event_selectors.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#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.
-
#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.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 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.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#has_custom_event_selectors ⇒ Boolean
Returns the value of attribute has_custom_event_selectors.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def has_custom_event_selectors @has_custom_event_selectors end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def home_region @home_region end |
#include_global_service_events ⇒ Boolean
Returns the value of attribute include_global_service_events.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def include_global_service_events @include_global_service_events end |
#is_multi_region_trail ⇒ Boolean
Returns the value of attribute is_multi_region_trail.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def is_multi_region_trail @is_multi_region_trail end |
#is_organization_trail ⇒ Boolean
Returns the value of attribute is_organization_trail.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def is_organization_trail @is_organization_trail end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def kms_key_id @kms_key_id end |
#log_file_validation_enabled ⇒ Boolean
Returns the value of attribute log_file_validation_enabled.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def log_file_validation_enabled @log_file_validation_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def name @name end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def s3_bucket_name @s3_bucket_name end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def s3_key_prefix @s3_key_prefix end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def sns_topic_arn @sns_topic_arn end |
#sns_topic_name ⇒ ::String
Returns the value of attribute sns_topic_name.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def sns_topic_name @sns_topic_name end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def trail_arn @trail_arn end |