Class: Aws::Types::ComputeAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host_id ⇒ ::String

Returns the value of attribute host_id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def host_id
  @host_id
end

#instance_families ⇒ ::Array[::String]

Returns the value of attribute instance_families.

Returns:

  • (::Array[::String])


124
125
126
# File 'sig/types.rbs', line 124

def instance_families
  @instance_families
end

#instance_type_capacities ⇒ ::Array[Types::AssetInstanceTypeCapacity]

Returns the value of attribute instance_type_capacities.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def instance_type_capacities
  @instance_type_capacities
end

#max_vcpus ⇒ ::Integer

Returns the value of attribute max_vcpus.

Returns:

  • (::Integer)


126
127
128
# File 'sig/types.rbs', line 126

def max_vcpus
  @max_vcpus
end

#state ⇒ "ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ISOLATED", "RETIRING", "INSTALLING")


123
124
125
# File 'sig/types.rbs', line 123

def state
  @state
end