Class: Aws::Types::SourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::SourceProperties
- 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::Disk]
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.
-
#recommended_instance_type ⇒ ::String
Returns the value of attribute recommended_instance_type.
-
#supports_nitro_instances ⇒ Boolean
Returns the value of attribute supports_nitro_instances.
Instance Attribute Details
#cpus ⇒ ::Array[Types::CPU]
Returns the value of attribute cpus.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def cpus @cpus end |
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def disks @disks end |
#identification_hints ⇒ Types::IdentificationHints
Returns the value of attribute identification_hints.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def identification_hints @identification_hints end |
#last_updated_date_time ⇒ ::String
Returns the value of attribute last_updated_date_time.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def last_updated_date_time @last_updated_date_time end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def network_interfaces @network_interfaces end |
#os ⇒ Types::OS
Returns the value of attribute os.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def os @os end |
#ram_bytes ⇒ ::Integer
Returns the value of attribute ram_bytes.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def ram_bytes @ram_bytes end |
#recommended_instance_type ⇒ ::String
Returns the value of attribute recommended_instance_type.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def recommended_instance_type @recommended_instance_type end |
#supports_nitro_instances ⇒ Boolean
Returns the value of attribute supports_nitro_instances.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def supports_nitro_instances @supports_nitro_instances end |