Class: Aws::Types::InstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_details ⇒ Types::EC2InstanceDetails
Returns the value of attribute ec2_instance_details.
-
#elasticache_instance_details ⇒ Types::ElastiCacheInstanceDetails
Returns the value of attribute elasticache_instance_details.
-
#es_instance_details ⇒ Types::ESInstanceDetails
Returns the value of attribute es_instance_details.
-
#memory_db_instance_details ⇒ Types::MemoryDBInstanceDetails
Returns the value of attribute memory_db_instance_details.
-
#rds_instance_details ⇒ Types::RDSInstanceDetails
Returns the value of attribute rds_instance_details.
-
#redshift_instance_details ⇒ Types::RedshiftInstanceDetails
Returns the value of attribute redshift_instance_details.
Instance Attribute Details
#ec2_instance_details ⇒ Types::EC2InstanceDetails
Returns the value of attribute ec2_instance_details.
913 914 915 |
# File 'sig/types.rbs', line 913 def ec2_instance_details @ec2_instance_details end |
#elasticache_instance_details ⇒ Types::ElastiCacheInstanceDetails
Returns the value of attribute elasticache_instance_details.
916 917 918 |
# File 'sig/types.rbs', line 916 def elasticache_instance_details @elasticache_instance_details end |
#es_instance_details ⇒ Types::ESInstanceDetails
Returns the value of attribute es_instance_details.
917 918 919 |
# File 'sig/types.rbs', line 917 def es_instance_details @es_instance_details end |
#memory_db_instance_details ⇒ Types::MemoryDBInstanceDetails
Returns the value of attribute memory_db_instance_details.
918 919 920 |
# File 'sig/types.rbs', line 918 def memory_db_instance_details @memory_db_instance_details end |
#rds_instance_details ⇒ Types::RDSInstanceDetails
Returns the value of attribute rds_instance_details.
914 915 916 |
# File 'sig/types.rbs', line 914 def rds_instance_details @rds_instance_details end |
#redshift_instance_details ⇒ Types::RedshiftInstanceDetails
Returns the value of attribute redshift_instance_details.
915 916 917 |
# File 'sig/types.rbs', line 915 def redshift_instance_details @redshift_instance_details end |