Class: Aws::Types::Destination

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)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def bucket_name
  @bucket_name
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def key_prefix
  @key_prefix
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def kms_key_arn
  @kms_key_arn
end