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.
Instance Attribute Details
#cpus ⇒ ::Array[Types::CPU]
Returns the value of attribute cpus.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def cpus @cpus end |
#disks ⇒ ::Array[Types::Disk]
Returns the value of attribute disks.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def disks @disks end |
#identification_hints ⇒ Types::IdentificationHints
Returns the value of attribute identification_hints.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def identification_hints @identification_hints end |
#last_updated_date_time ⇒ ::String
Returns the value of attribute last_updated_date_time.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def last_updated_date_time @last_updated_date_time end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def network_interfaces @network_interfaces end |
#os ⇒ Types::OS
Returns the value of attribute os.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def os @os end |
#ram_bytes ⇒ ::Integer
Returns the value of attribute ram_bytes.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def ram_bytes @ram_bytes end |
#recommended_instance_type ⇒ ::String
Returns the value of attribute recommended_instance_type.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def recommended_instance_type @recommended_instance_type end |