Class: Aws::Types::Ec2RecommendationsExportPreferences
- Inherits:
-
Object
- Object
- Aws::Types::Ec2RecommendationsExportPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_performance_metric_basis ⇒ Types::UsageMetricBasis
Returns the value of attribute cpu_performance_metric_basis.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#excluded_instance_types ⇒ ::Array[::String]
Returns the value of attribute excluded_instance_types.
-
#preferred_region ⇒ ::String
Returns the value of attribute preferred_region.
-
#ram_performance_metric_basis ⇒ Types::UsageMetricBasis
Returns the value of attribute ram_performance_metric_basis.
-
#reserved_instance_options ⇒ Types::ReservedInstanceOptions
Returns the value of attribute reserved_instance_options.
-
#tenancy ⇒ "DEDICATED", "SHARED"
Returns the value of attribute tenancy.
Instance Attribute Details
#cpu_performance_metric_basis ⇒ Types::UsageMetricBasis
Returns the value of attribute cpu_performance_metric_basis.
332 333 334 |
# File 'sig/types.rbs', line 332 def cpu_performance_metric_basis @cpu_performance_metric_basis end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
331 332 333 |
# File 'sig/types.rbs', line 331 def enabled @enabled end |
#excluded_instance_types ⇒ ::Array[::String]
Returns the value of attribute excluded_instance_types.
335 336 337 |
# File 'sig/types.rbs', line 335 def excluded_instance_types @excluded_instance_types end |
#preferred_region ⇒ ::String
Returns the value of attribute preferred_region.
336 337 338 |
# File 'sig/types.rbs', line 336 def preferred_region @preferred_region end |
#ram_performance_metric_basis ⇒ Types::UsageMetricBasis
Returns the value of attribute ram_performance_metric_basis.
333 334 335 |
# File 'sig/types.rbs', line 333 def ram_performance_metric_basis @ram_performance_metric_basis end |
#reserved_instance_options ⇒ Types::ReservedInstanceOptions
Returns the value of attribute reserved_instance_options.
337 338 339 |
# File 'sig/types.rbs', line 337 def end |
#tenancy ⇒ "DEDICATED", "SHARED"
Returns the value of attribute tenancy.
334 335 336 |
# File 'sig/types.rbs', line 334 def tenancy @tenancy end |