Class: Aws::CostExplorer::Types::InstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::InstanceDetails
- Includes:
- Structure
- Defined in:
- 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
-
#ec2_instance_details ⇒ Types::EC2InstanceDetails
The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.
-
#elasticache_instance_details ⇒ Types::ElastiCacheInstanceDetails
The ElastiCache reservations that Amazon Web Services recommends that you purchase.
-
#es_instance_details ⇒ Types::ESInstanceDetails
The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
-
#memory_db_instance_details ⇒ Types::MemoryDBInstanceDetails
The MemoryDB reservations that Amazon Web Services recommends that you purchase.
-
#rds_instance_details ⇒ Types::RDSInstanceDetails
The Amazon RDS reservations that Amazon Web Services recommends that you purchase.
-
#redshift_instance_details ⇒ Types::RedshiftInstanceDetails
The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
Instance Attribute Details
#ec2_instance_details ⇒ Types::EC2InstanceDetails
The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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_details ⇒ Types::ElastiCacheInstanceDetails
The ElastiCache reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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_details ⇒ Types::ESInstanceDetails
The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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_details ⇒ Types::MemoryDBInstanceDetails
The MemoryDB reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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_details ⇒ Types::RDSInstanceDetails
The Amazon RDS reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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_details ⇒ Types::RedshiftInstanceDetails
The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5002 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 |