Class: Aws::Types::RecoveryInstanceProperties
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpus ⇒ ::Array[Types::CPU]
Returns the value of attribute cpus.
-
#disks ⇒ ::Array[Types::RecoveryInstanceDisk]
Returns the value of attribute disks.
-
#identification_hints ⇒ Types::IdentificationHints
Returns the value of attribute identification_hints.
-
#last_updated_date_time ⇒ ::String
Returns the value of attribute last_updated_date_time.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#os ⇒ Types::OS
Returns the value of attribute os.
-
#ram_bytes ⇒ ::Integer
Returns the value of attribute ram_bytes.
Instance Attribute Details
#cpus ⇒ ::Array[Types::CPU]
Returns the value of attribute cpus.
964 965 966 |
# File 'sig/types.rbs', line 964 def cpus @cpus end |
#disks ⇒ ::Array[Types::RecoveryInstanceDisk]
Returns the value of attribute disks.
963 964 965 |
# File 'sig/types.rbs', line 963 def disks @disks end |
#identification_hints ⇒ Types::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.
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.
962 963 964 |
# File 'sig/types.rbs', line 962 def network_interfaces @network_interfaces end |
#os ⇒ Types::OS
Returns the value of attribute os.
966 967 968 |
# File 'sig/types.rbs', line 966 def os @os end |
#ram_bytes ⇒ ::Integer
Returns the value of attribute ram_bytes.
965 966 967 |
# File 'sig/types.rbs', line 965 def ram_bytes @ram_bytes end |