Class: Aws::Types::ExportPreferences
- Inherits:
-
Object
- Object
- Aws::Types::ExportPreferences
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Ec2RecommendationsPreferences, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_recommendations_preferences ⇒ Types::Ec2RecommendationsExportPreferences
Returns the value of attribute ec2_recommendations_preferences.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ec2_recommendations_preferences ⇒ Types::Ec2RecommendationsExportPreferences
Returns the value of attribute ec2_recommendations_preferences.
366 367 368 |
# File 'sig/types.rbs', line 366 def ec2_recommendations_preferences @ec2_recommendations_preferences end |
#unknown ⇒ Object
Returns the value of attribute unknown.
367 368 369 |
# File 'sig/types.rbs', line 367 def unknown @unknown end |