Class: Aws::Types::ExecuteCommandLogConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryption_enabledBoolean

Returns the value of attribute cloud_watch_encryption_enabled.

Returns:



1230
1231
1232
# File 'sig/types.rbs', line 1230

def cloud_watch_encryption_enabled
  @cloud_watch_encryption_enabled
end

#cloud_watch_log_group_name::String

Returns the value of attribute cloud_watch_log_group_name.

Returns:



1229
1230
1231
# File 'sig/types.rbs', line 1229

def cloud_watch_log_group_name
  @cloud_watch_log_group_name
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:



1231
1232
1233
# File 'sig/types.rbs', line 1231

def s3_bucket_name
  @s3_bucket_name
end

#s3_encryption_enabledBoolean

Returns the value of attribute s3_encryption_enabled.

Returns:



1232
1233
1234
# File 'sig/types.rbs', line 1232

def s3_encryption_enabled
  @s3_encryption_enabled
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:



1233
1234
1235
# File 'sig/types.rbs', line 1233

def s3_key_prefix
  @s3_key_prefix
end