Class: Aws::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails

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:

  • (Boolean)


2075
2076
2077
# File 'sig/types.rbs', line 2075

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:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

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:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def s3_bucket_name
  @s3_bucket_name
end

#s3_encryption_enabledBoolean

Returns the value of attribute s3_encryption_enabled.

Returns:

  • (Boolean)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def s3_encryption_enabled
  @s3_encryption_enabled
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def s3_key_prefix
  @s3_key_prefix
end