Class: Aws::Types::S3DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
-
#dead_letter_queue_s3 ⇒ Types::DeadLetterQueueS3
Returns the value of attribute dead_letter_queue_s3.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#storage ⇒ Types::S3Storage
Returns the value of attribute storage.
Instance Attribute Details
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def data_freshness_in_seconds @data_freshness_in_seconds end |
#dead_letter_queue_s3 ⇒ Types::DeadLetterQueueS3
Returns the value of attribute dead_letter_queue_s3.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def dead_letter_queue_s3 @dead_letter_queue_s3 end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def service_execution_role_arn @service_execution_role_arn end |
#storage ⇒ Types::S3Storage
Returns the value of attribute storage.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def storage @storage end |