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.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def destination @destination end |
#output_schema_version ⇒ "V_1"
Returns the value of attribute output_schema_version.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def output_schema_version @output_schema_version end |