Class: Aws::Types::StorageLensDataExport
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensDataExport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_metrics ⇒ Types::CloudWatchMetrics
Returns the value of attribute cloud_watch_metrics.
-
#s3_bucket_destination ⇒ Types::S3BucketDestination
Returns the value of attribute s3_bucket_destination.
-
#storage_lens_table_destination ⇒ Types::StorageLensTableDestination
Returns the value of attribute storage_lens_table_destination.
Instance Attribute Details
#cloud_watch_metrics ⇒ Types::CloudWatchMetrics
Returns the value of attribute cloud_watch_metrics.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def cloud_watch_metrics @cloud_watch_metrics end |
#s3_bucket_destination ⇒ Types::S3BucketDestination
Returns the value of attribute s3_bucket_destination.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def s3_bucket_destination @s3_bucket_destination end |
#storage_lens_table_destination ⇒ Types::StorageLensTableDestination
Returns the value of attribute storage_lens_table_destination.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def storage_lens_table_destination @storage_lens_table_destination end |