Class: Aws::CostExplorer::Types::EC2InstanceDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Details about the Amazon EC2 instances that AWS recommends that you purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the recommended reservation.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#current_generationBoolean

Whether the recommendation is for a current-generation instance.

Returns:

  • (Boolean)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#familyString

The instance family of the recommended reservation.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The type of instance that AWS recommends.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The AWS Region of the recommended reservation.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#size_flex_eligibleBoolean

Whether the recommended reservation is size flexible.

Returns:

  • (Boolean)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#tenancyString

Whether the recommended reservation is dedicated or shared.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-costexplorer/types.rb', line 1381

class EC2InstanceDetails < Struct.new(
  :family,
  :instance_type,
  :region,
  :availability_zone,
  :platform,
  :tenancy,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end