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:



1674
1675
1676
# File 'sig/types.rbs', line 1674

def cpus
  @cpus
end

#disks ⇒ ::Array[Types::Disk]

Returns the value of attribute disks.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



1672
1673
1674
# File 'sig/types.rbs', line 1672

def network_interfaces
  @network_interfaces
end

#os ⇒ Types::OS

Returns the value of attribute os.

Returns:



1676
1677
1678
# File 'sig/types.rbs', line 1676

def os
  @os
end

#ram_bytes ⇒ ::Integer

Returns the value of attribute ram_bytes.

Returns:

  • (::Integer)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def ram_bytes
  @ram_bytes
end

Returns the value of attribute recommended_instance_type.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def recommended_instance_type
  @recommended_instance_type
end