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 Amazon Web Services 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)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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

#current_generationBoolean

Determines whether the recommendation is for a current-generation instance.

Returns:

  • (Boolean)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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 Amazon Web Services recommends.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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

#regionString

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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

Determines whether the recommended reservation is size flexible.

Returns:

  • (Boolean)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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

#tenancyString

Determines whether the recommended reservation is dedicated or shared.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-costexplorer/types.rb', line 1511

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