Class: Aws::Types::SoftwarePackage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


7637
7638
7639
# File 'sig/types.rbs', line 7637

def architecture
  @architecture
end

#epoch::String

Returns the value of attribute epoch.

Returns:

  • (::String)


7635
7636
7637
# File 'sig/types.rbs', line 7635

def epoch
  @epoch
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


7639
7640
7641
# File 'sig/types.rbs', line 7639

def file_path
  @file_path
end

#fixed_in_version::String

Returns the value of attribute fixed_in_version.

Returns:

  • (::String)


7640
7641
7642
# File 'sig/types.rbs', line 7640

def fixed_in_version
  @fixed_in_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7633
7634
7635
# File 'sig/types.rbs', line 7633

def name
  @name
end

#package_manager::String

Returns the value of attribute package_manager.

Returns:

  • (::String)


7638
7639
7640
# File 'sig/types.rbs', line 7638

def package_manager
  @package_manager
end

#release::String

Returns the value of attribute release.

Returns:

  • (::String)


7636
7637
7638
# File 'sig/types.rbs', line 7636

def release
  @release
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


7641
7642
7643
# File 'sig/types.rbs', line 7641

def remediation
  @remediation
end

#source_layer_arn::String

Returns the value of attribute source_layer_arn.

Returns:

  • (::String)


7643
7644
7645
# File 'sig/types.rbs', line 7643

def source_layer_arn
  @source_layer_arn
end

#source_layer_hash::String

Returns the value of attribute source_layer_hash.

Returns:

  • (::String)


7642
7643
7644
# File 'sig/types.rbs', line 7642

def source_layer_hash
  @source_layer_hash
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


7634
7635
7636
# File 'sig/types.rbs', line 7634

def version
  @version
end