Class: Aws::CostExplorer::Types::InstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::InstanceDetails
- 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
-
#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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4809 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 |