Class: Aws::Types::StorageClassAnalysisDataExport
- Inherits:
-
Object
- Object
- Aws::Types::StorageClassAnalysisDataExport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::AnalyticsExportDestination
Returns the value of attribute destination.
-
#output_schema_version ⇒ "V_1"
Returns the value of attribute output_schema_version.
Instance Attribute Details
#destination ⇒ Types::AnalyticsExportDestination
Returns the value of attribute destination.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def destination @destination end |
#output_schema_version ⇒ "V_1"
Returns the value of attribute output_schema_version.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def output_schema_version @output_schema_version end |