Class: Aws::Types::ElasticGpus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


9046
9047
9048
# File 'sig/types.rbs', line 9046

def availability_zone
  @availability_zone
end

#elastic_gpu_healthTypes::ElasticGpuHealth

Returns the value of attribute elastic_gpu_health.



9048
9049
9050
# File 'sig/types.rbs', line 9048

def elastic_gpu_health
  @elastic_gpu_health
end

#elastic_gpu_id::String

Returns the value of attribute elastic_gpu_id.

Returns:

  • (::String)


9045
9046
9047
# File 'sig/types.rbs', line 9045

def elastic_gpu_id
  @elastic_gpu_id
end

#elastic_gpu_state"ATTACHED"

Returns the value of attribute elastic_gpu_state.

Returns:

  • ("ATTACHED")


9049
9050
9051
# File 'sig/types.rbs', line 9049

def elastic_gpu_state
  @elastic_gpu_state
end

#elastic_gpu_type::String

Returns the value of attribute elastic_gpu_type.

Returns:

  • (::String)


9047
9048
9049
# File 'sig/types.rbs', line 9047

def elastic_gpu_type
  @elastic_gpu_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9050
9051
9052
# File 'sig/types.rbs', line 9050

def instance_id
  @instance_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9051
9052
9053
# File 'sig/types.rbs', line 9051

def tags
  @tags
end