Class: Aws::Types::EC2ResourceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hourly_on_demand_rate::String

Returns the value of attribute hourly_on_demand_rate.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def hourly_on_demand_rate
  @hourly_on_demand_rate
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def instance_type
  @instance_type
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def memory
  @memory
end

#network_performance::String

Returns the value of attribute network_performance.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def network_performance
  @network_performance
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def platform
  @platform
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def region
  @region
end

#sku::String

Returns the value of attribute sku.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def sku
  @sku
end

#storage::String

Returns the value of attribute storage.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def storage
  @storage
end

#vcpu::String

Returns the value of attribute vcpu.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def vcpu
  @vcpu
end