Class: Aws::Types::ElasticGpus
- Inherits:
-
Object
- Object
- Aws::Types::ElasticGpus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#elastic_gpu_health ⇒ Types::ElasticGpuHealth
Returns the value of attribute elastic_gpu_health.
-
#elastic_gpu_id ⇒ ::String
Returns the value of attribute elastic_gpu_id.
-
#elastic_gpu_state ⇒ "ATTACHED"
Returns the value of attribute elastic_gpu_state.
-
#elastic_gpu_type ⇒ ::String
Returns the value of attribute elastic_gpu_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
8745 8746 8747 |
# File 'sig/types.rbs', line 8745 def availability_zone @availability_zone end |
#elastic_gpu_health ⇒ Types::ElasticGpuHealth
Returns the value of attribute elastic_gpu_health.
8747 8748 8749 |
# File 'sig/types.rbs', line 8747 def elastic_gpu_health @elastic_gpu_health end |
#elastic_gpu_id ⇒ ::String
Returns the value of attribute elastic_gpu_id.
8744 8745 8746 |
# File 'sig/types.rbs', line 8744 def elastic_gpu_id @elastic_gpu_id end |
#elastic_gpu_state ⇒ "ATTACHED"
Returns the value of attribute elastic_gpu_state.
8748 8749 8750 |
# File 'sig/types.rbs', line 8748 def elastic_gpu_state @elastic_gpu_state end |
#elastic_gpu_type ⇒ ::String
Returns the value of attribute elastic_gpu_type.
8746 8747 8748 |
# File 'sig/types.rbs', line 8746 def elastic_gpu_type @elastic_gpu_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8749 8750 8751 |
# File 'sig/types.rbs', line 8749 def instance_id @instance_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def @tags end |