Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def arn
  @arn
end

#asset_attributesTypes::AssetAttributes

Returns the value of attribute asset_attributes.



368
369
370
# File 'sig/types.rbs', line 368

def asset_attributes
  @asset_attributes
end

#asset_type"ec2-instance"

Returns the value of attribute asset_type.

Returns:

  • ("ec2-instance")


367
368
369
# File 'sig/types.rbs', line 367

def asset_type
  @asset_type
end

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def attributes
  @attributes
end

#confidence::Integer

Returns the value of attribute confidence.

Returns:

  • (::Integer)


375
376
377
# File 'sig/types.rbs', line 375

def confidence
  @confidence
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


379
380
381
# File 'sig/types.rbs', line 379

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def id
  @id
end

#indicator_of_compromiseBoolean

Returns the value of attribute indicator_of_compromise.

Returns:

  • (Boolean)


376
377
378
# File 'sig/types.rbs', line 376

def indicator_of_compromise
  @indicator_of_compromise
end

#numeric_severity::Float

Returns the value of attribute numeric_severity.

Returns:

  • (::Float)


374
375
376
# File 'sig/types.rbs', line 374

def numeric_severity
  @numeric_severity
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def recommendation
  @recommendation
end

#schema_version::Integer

Returns the value of attribute schema_version.

Returns:

  • (::Integer)


364
365
366
# File 'sig/types.rbs', line 364

def schema_version
  @schema_version
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def service
  @service
end

#service_attributesTypes::InspectorServiceAttributes

Returns the value of attribute service_attributes.



366
367
368
# File 'sig/types.rbs', line 366

def service_attributes
  @service_attributes
end

#severity"Low", ...

Returns the value of attribute severity.

Returns:

  • ("Low", "Medium", "High", "Informational", "Undefined")


373
374
375
# File 'sig/types.rbs', line 373

def severity
  @severity
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


380
381
382
# File 'sig/types.rbs', line 380

def updated_at
  @updated_at
end

#user_attributes::Array[Types::Attribute]

Returns the value of attribute user_attributes.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def user_attributes
  @user_attributes
end