Class: Aws::Types::AwsCloudTrailTrailDetails

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)


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.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

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)


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.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def home_region
  @home_region
end

#include_global_service_eventsBoolean

Returns the value of attribute include_global_service_events.

Returns:

  • (Boolean)


1004
1005
1006
# File 'sig/types.rbs', line 1004

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)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def is_multi_region_trail
  @is_multi_region_trail
end

#is_organization_trailBoolean

Returns the value of attribute is_organization_trail.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def kms_key_id
  @kms_key_id
end

#log_file_validation_enabledBoolean

Returns the value of attribute log_file_validation_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def trail_arn
  @trail_arn
end