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.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 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.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def dead_letter_queue_s3 @dead_letter_queue_s3 end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def service_execution_role_arn @service_execution_role_arn end |
#storage ⇒ Types::S3Storage
Returns the value of attribute storage.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def storage @storage end |