Class: Aws::Types::S3BucketLogDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def kms_key_arn
  @kms_key_arn
end

#log_prefix ⇒ ::String

Returns the value of attribute log_prefix.

Returns:

  • (::String)


2863
2864
2865
# File 'sig/types.rbs', line 2863

def log_prefix
  @log_prefix
end

#s3_bucket_arn ⇒ ::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


2862
2863
2864
# File 'sig/types.rbs', line 2862

def s3_bucket_arn
  @s3_bucket_arn
end