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 AWS recommends that you purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_detailsTypes::EC2InstanceDetails

The Amazon EC2 instances that AWS recommends that you purchase.



4988
4989
4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-costexplorer/types.rb', line 4988

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 AWS recommends that you purchase.



4988
4989
4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-costexplorer/types.rb', line 4988

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 ES instances that AWS recommends that you purchase.



4988
4989
4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-costexplorer/types.rb', line 4988

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 AWS recommends that you purchase.



4988
4989
4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-costexplorer/types.rb', line 4988

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 AWS recommends that you purchase.



4988
4989
4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-costexplorer/types.rb', line 4988

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