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.



2251
2252
2253
# File 'sig/types.rbs', line 2251

def access_control
  @access_control
end

#encryptionTypes::S3EncryptionSettings

Returns the value of attribute encryption.



2252
2253
2254
# File 'sig/types.rbs', line 2252

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")


2253
2254
2255
# File 'sig/types.rbs', line 2253

def storage_class
  @storage_class
end