Class: Aws::Types::Patch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advisory_ids::Array[::String]

Returns the value of attribute advisory_ids.

Returns:

  • (::Array[::String])


3587
3588
3589
# File 'sig/types.rbs', line 3587

def advisory_ids
  @advisory_ids
end

#arch::String

Returns the value of attribute arch.

Returns:

  • (::String)


3594
3595
3596
# File 'sig/types.rbs', line 3594

def arch
  @arch
end

#bugzilla_ids::Array[::String]

Returns the value of attribute bugzilla_ids.

Returns:

  • (::Array[::String])


3588
3589
3590
# File 'sig/types.rbs', line 3588

def bugzilla_ids
  @bugzilla_ids
end

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


3582
3583
3584
# File 'sig/types.rbs', line 3582

def classification
  @classification
end

#content_url::String

Returns the value of attribute content_url.

Returns:

  • (::String)


3578
3579
3580
# File 'sig/types.rbs', line 3578

def content_url
  @content_url
end

#cve_ids::Array[::String]

Returns the value of attribute cve_ids.

Returns:

  • (::Array[::String])


3589
3590
3591
# File 'sig/types.rbs', line 3589

def cve_ids
  @cve_ids
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3577
3578
3579
# File 'sig/types.rbs', line 3577

def description
  @description
end

#epoch::Integer

Returns the value of attribute epoch.

Returns:

  • (::Integer)


3591
3592
3593
# File 'sig/types.rbs', line 3591

def epoch
  @epoch
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3574
3575
3576
# File 'sig/types.rbs', line 3574

def id
  @id
end

#kb_number::String

Returns the value of attribute kb_number.

Returns:

  • (::String)


3584
3585
3586
# File 'sig/types.rbs', line 3584

def kb_number
  @kb_number
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


3586
3587
3588
# File 'sig/types.rbs', line 3586

def language
  @language
end

#msrc_number::String

Returns the value of attribute msrc_number.

Returns:

  • (::String)


3585
3586
3587
# File 'sig/types.rbs', line 3585

def msrc_number
  @msrc_number
end

#msrc_severity::String

Returns the value of attribute msrc_severity.

Returns:

  • (::String)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def msrc_severity
  @msrc_severity
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3590
3591
3592
# File 'sig/types.rbs', line 3590

def name
  @name
end

#product::String

Returns the value of attribute product.

Returns:

  • (::String)


3581
3582
3583
# File 'sig/types.rbs', line 3581

def product
  @product
end

#product_family::String

Returns the value of attribute product_family.

Returns:

  • (::String)


3580
3581
3582
# File 'sig/types.rbs', line 3580

def product_family
  @product_family
end

#release::String

Returns the value of attribute release.

Returns:

  • (::String)


3593
3594
3595
# File 'sig/types.rbs', line 3593

def release
  @release
end

#release_date::Time

Returns the value of attribute release_date.

Returns:

  • (::Time)


3575
3576
3577
# File 'sig/types.rbs', line 3575

def release_date
  @release_date
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def repository
  @repository
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


3595
3596
3597
# File 'sig/types.rbs', line 3595

def severity
  @severity
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3576
3577
3578
# File 'sig/types.rbs', line 3576

def title
  @title
end

#vendor::String

Returns the value of attribute vendor.

Returns:

  • (::String)


3579
3580
3581
# File 'sig/types.rbs', line 3579

def vendor
  @vendor
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3592
3593
3594
# File 'sig/types.rbs', line 3592

def version
  @version
end