Class: Aws::Types::AnalyticsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::AnalyticsFilter
Returns the value of attribute filter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#storage_class_analysis ⇒ Types::StorageClassAnalysis
Returns the value of attribute storage_class_analysis.
Instance Attribute Details
#filter ⇒ Types::AnalyticsFilter
Returns the value of attribute filter.
63 64 65 |
# File 'sig/types.rbs', line 63 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
62 63 64 |
# File 'sig/types.rbs', line 62 def id @id end |
#storage_class_analysis ⇒ Types::StorageClassAnalysis
Returns the value of attribute storage_class_analysis.
64 65 66 |
# File 'sig/types.rbs', line 64 def storage_class_analysis @storage_class_analysis end |