Class: Aws::CostExplorer::Types::InstanceDetails

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

Overview

Details about the reservations that Amazon Web Services recommends that you purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_detailsTypes::EC2InstanceDetails

The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#elasticache_instance_detailsTypes::ElastiCacheInstanceDetails

The ElastiCache reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#es_instance_detailsTypes::ESInstanceDetails

The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#memory_db_instance_detailsTypes::MemoryDBInstanceDetails

The MemoryDB reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#rds_instance_detailsTypes::RDSInstanceDetails

The Amazon RDS reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_instance_detailsTypes::RedshiftInstanceDetails

The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.



4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4789

class InstanceDetails < Struct.new(
  :ec2_instance_details,
  :rds_instance_details,
  :redshift_instance_details,
  :elasticache_instance_details,
  :es_instance_details,
  :memory_db_instance_details)
  SENSITIVE = []
  include Aws::Structure
end