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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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.
4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4932 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 |