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:



268
269
270
# File 'sig/types.rbs', line 268

def form_factor_configs
  @form_factor_configs
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def instance_type
  @instance_type
end

#memory_in_mib::Integer

Returns the value of attribute memory_in_mib.

Returns:

  • (::Integer)


266
267
268
# File 'sig/types.rbs', line 266

def memory_in_mib
  @memory_in_mib
end

#network_performance::String

Returns the value of attribute network_performance.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def network_performance
  @network_performance
end

#vcp_us::Integer

Returns the value of attribute vcp_us.

Returns:

  • (::Integer)


265
266
267
# File 'sig/types.rbs', line 265

def vcp_us
  @vcp_us
end