You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::EC2ResourceDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details on the Amazon EC2 Resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hourly_on_demand_rateString

Hourly public On-Demand rate for the instance type.

Returns:

  • (String)

    Hourly public On-Demand rate for the instance type.

#instance_typeString

The type of AWS instance.

Returns:

  • (String)

    The type of AWS instance.

#memoryString

Memory capacity of the AWS instance.

Returns:

  • (String)

    Memory capacity of the AWS instance.

#network_performanceString

Network performance capacity of the AWS instance.

Returns:

  • (String)

    Network performance capacity of the AWS instance.

#platformString

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

Returns:

  • (String)

    The platform of the AWS instance.

#regionString

The AWS Region of the instance.

Returns:

  • (String)

    The AWS Region of the instance.

#skuString

The SKU of the product.

Returns:

  • (String)

    The SKU of the product.

#storageString

The disk storage of the AWS instance (not EBS storage).

Returns:

  • (String)

    The disk storage of the AWS instance (not EBS storage).

#vcpuString

Number of VCPU cores in the AWS instance type.

Returns:

  • (String)

    Number of VCPU cores in the AWS instance type.