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

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

Overview

Details about the instances 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 instances that Amazon Web Services recommends that you purchase.



4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-costexplorer/types.rb', line 4686

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

#elasticache_instance_detailsTypes::ElastiCacheInstanceDetails

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



4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-costexplorer/types.rb', line 4686

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

#es_instance_detailsTypes::ESInstanceDetails

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



4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-costexplorer/types.rb', line 4686

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

#rds_instance_detailsTypes::RDSInstanceDetails

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



4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-costexplorer/types.rb', line 4686

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

#redshift_instance_detailsTypes::RedshiftInstanceDetails

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



4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-costexplorer/types.rb', line 4686

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