Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_translation ⇒ Types::AccessControlTranslation
Returns the value of attribute access_control_translation.
-
#account ⇒ ::String
Returns the value of attribute account.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#metrics ⇒ Types::Metrics
Returns the value of attribute metrics.
-
#replication_time ⇒ Types::ReplicationTime
Returns the value of attribute replication_time.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
Instance Attribute Details
#access_control_translation ⇒ Types::AccessControlTranslation
Returns the value of attribute access_control_translation.
734 735 736 |
# File 'sig/types.rbs', line 734 def access_control_translation @access_control_translation end |
#account ⇒ ::String
Returns the value of attribute account.
732 733 734 |
# File 'sig/types.rbs', line 732 def account @account end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
731 732 733 |
# File 'sig/types.rbs', line 731 def bucket @bucket end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
735 736 737 |
# File 'sig/types.rbs', line 735 def encryption_configuration @encryption_configuration end |
#metrics ⇒ Types::Metrics
Returns the value of attribute metrics.
737 738 739 |
# File 'sig/types.rbs', line 737 def metrics @metrics end |
#replication_time ⇒ Types::ReplicationTime
Returns the value of attribute replication_time.
736 737 738 |
# File 'sig/types.rbs', line 736 def replication_time @replication_time end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
733 734 735 |
# File 'sig/types.rbs', line 733 def storage_class @storage_class end |