Class: Aws::Types::SourceProperties

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:



1258
1259
1260
# File 'sig/types.rbs', line 1258

def cpus
  @cpus
end

#disks::Array[Types::Disk]

Returns the value of attribute disks.

Returns:



1257
1258
1259
# File 'sig/types.rbs', line 1257

def disks
  @disks
end

#identification_hintsTypes::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.

Returns:

  • (::String)


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.

Returns:



1256
1257
1258
# File 'sig/types.rbs', line 1256

def network_interfaces
  @network_interfaces
end

#osTypes::OS

Returns the value of attribute os.

Returns:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def os
  @os
end

#ram_bytes::Integer

Returns the value of attribute ram_bytes.

Returns:

  • (::Integer)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def ram_bytes
  @ram_bytes
end

Returns the value of attribute recommended_instance_type.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def recommended_instance_type
  @recommended_instance_type
end

#supports_nitro_instancesBoolean

Returns the value of attribute supports_nitro_instances.

Returns:

  • (Boolean)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def supports_nitro_instances
  @supports_nitro_instances
end