Class: Aws::Types::S3DestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_controlTypes::S3DestinationAccessControl

Returns the value of attribute access_control.



2230
2231
2232
# File 'sig/types.rbs', line 2230

def access_control
  @access_control
end

#encryptionTypes::S3EncryptionSettings

Returns the value of attribute encryption.



2231
2232
2233
# File 'sig/types.rbs', line 2231

def encryption
  @encryption
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "GLACIER_IR")


2232
2233
2234
# File 'sig/types.rbs', line 2232

def storage_class
  @storage_class
end