Class: Aws::Types::RecoveryInstanceProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpus::Array[Types::CPU]

Returns the value of attribute cpus.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def cpus
  @cpus
end

#disks::Array[Types::RecoveryInstanceDisk]

Returns the value of attribute disks.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def disks
  @disks
end

#identification_hintsTypes::IdentificationHints

Returns the value of attribute identification_hints.



961
962
963
# File 'sig/types.rbs', line 961

def identification_hints
  @identification_hints
end

#last_updated_date_time::String

Returns the value of attribute last_updated_date_time.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def last_updated_date_time
  @last_updated_date_time
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



962
963
964
# File 'sig/types.rbs', line 962

def network_interfaces
  @network_interfaces
end

#osTypes::OS

Returns the value of attribute os.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def os
  @os
end

#ram_bytes::Integer

Returns the value of attribute ram_bytes.

Returns:

  • (::Integer)


965
966
967
# File 'sig/types.rbs', line 965

def ram_bytes
  @ram_bytes
end