Class: Aws::Types::S3DestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control ⇒ Types::S3DestinationAccessControl
Returns the value of attribute access_control.
-
#encryption ⇒ Types::S3EncryptionSettings
Returns the value of attribute encryption.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
Instance Attribute Details
#access_control ⇒ Types::S3DestinationAccessControl
Returns the value of attribute access_control.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def access_control @access_control end |
#encryption ⇒ Types::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.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def storage_class @storage_class end |