Class: Aws::Types::S3Destination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def bucket_name
  @bucket_name
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def expected_bucket_owner
  @expected_bucket_owner
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def key_prefix
  @key_prefix
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def kms_key_arn
  @kms_key_arn
end