Class: Aws::Types::ElasticGpuAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ElasticGpuAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elastic_gpu_association_id ⇒ ::String
Returns the value of attribute elastic_gpu_association_id.
-
#elastic_gpu_association_state ⇒ ::String
Returns the value of attribute elastic_gpu_association_state.
-
#elastic_gpu_association_time ⇒ ::String
Returns the value of attribute elastic_gpu_association_time.
-
#elastic_gpu_id ⇒ ::String
Returns the value of attribute elastic_gpu_id.
Instance Attribute Details
#elastic_gpu_association_id ⇒ ::String
Returns the value of attribute elastic_gpu_association_id.
8722 8723 8724 |
# File 'sig/types.rbs', line 8722 def elastic_gpu_association_id @elastic_gpu_association_id end |
#elastic_gpu_association_state ⇒ ::String
Returns the value of attribute elastic_gpu_association_state.
8723 8724 8725 |
# File 'sig/types.rbs', line 8723 def elastic_gpu_association_state @elastic_gpu_association_state end |
#elastic_gpu_association_time ⇒ ::String
Returns the value of attribute elastic_gpu_association_time.
8724 8725 8726 |
# File 'sig/types.rbs', line 8724 def elastic_gpu_association_time @elastic_gpu_association_time end |
#elastic_gpu_id ⇒ ::String
Returns the value of attribute elastic_gpu_id.
8721 8722 8723 |
# File 'sig/types.rbs', line 8721 def elastic_gpu_id @elastic_gpu_id end |