Class: Aws::Types::StorageLensExpandedPrefixesDataExport
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensExpandedPrefixesDataExport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#s3_bucket_destination ⇒ Types::S3BucketDestination
Returns the value of attribute s3_bucket_destination.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def s3_bucket_destination @s3_bucket_destination end |
#storage_lens_table_destination ⇒ Types::StorageLensTableDestination
Returns the value of attribute storage_lens_table_destination.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def storage_lens_table_destination @storage_lens_table_destination end |