Class: Aws::Types::VulnerabilityVendor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8158
8159
8160
# File 'sig/types.rbs', line 8158

def name
  @name
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


8159
8160
8161
# File 'sig/types.rbs', line 8159

def url
  @url
end

#vendor_created_at::String

Returns the value of attribute vendor_created_at.

Returns:

  • (::String)


8161
8162
8163
# File 'sig/types.rbs', line 8161

def vendor_created_at
  @vendor_created_at
end

#vendor_severity::String

Returns the value of attribute vendor_severity.

Returns:

  • (::String)


8160
8161
8162
# File 'sig/types.rbs', line 8160

def vendor_severity
  @vendor_severity
end

#vendor_updated_at::String

Returns the value of attribute vendor_updated_at.

Returns:

  • (::String)


8162
8163
8164
# File 'sig/types.rbs', line 8162

def vendor_updated_at
  @vendor_updated_at
end