Class: Aws::Types::DetailedInstanceTypeItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#form_factor_configs::Array[Types::FormFactorConfig]

Returns the value of attribute form_factor_configs.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def form_factor_configs
  @form_factor_configs
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def instance_type
  @instance_type
end

#memory_in_mib::Integer

Returns the value of attribute memory_in_mib.

Returns:

  • (::Integer)


254
255
256
# File 'sig/types.rbs', line 254

def memory_in_mib
  @memory_in_mib
end

#network_performance::String

Returns the value of attribute network_performance.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def network_performance
  @network_performance
end

#vcp_us::Integer

Returns the value of attribute vcp_us.

Returns:

  • (::Integer)


253
254
255
# File 'sig/types.rbs', line 253

def vcp_us
  @vcp_us
end