Class: Aws::Types::Ec2RecommendationsExportPreferences

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_performance_metric_basisTypes::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

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def preferred_region
  @preferred_region
end

#ram_performance_metric_basisTypes::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_optionsTypes::ReservedInstanceOptions

Returns the value of attribute reserved_instance_options.



337
338
339
# File 'sig/types.rbs', line 337

def reserved_instance_options
  @reserved_instance_options
end

#tenancy"DEDICATED", "SHARED"

Returns the value of attribute tenancy.

Returns:

  • ("DEDICATED", "SHARED")


334
335
336
# File 'sig/types.rbs', line 334

def tenancy
  @tenancy
end