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

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def 
  @account_id
end

#archivedBoolean

Returns the value of attribute archived.

Returns:

  • (Boolean)


675
676
677
# File 'sig/types.rbs', line 675

def archived
  @archived
end

#category"CLASSIFICATION", "POLICY"

Returns the value of attribute category.

Returns:

  • ("CLASSIFICATION", "POLICY")


676
677
678
# File 'sig/types.rbs', line 676

def category
  @category
end

#classification_detailsTypes::ClassificationDetails

Returns the value of attribute classification_details.



677
678
679
# File 'sig/types.rbs', line 677

def classification_details
  @classification_details
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


678
679
680
# File 'sig/types.rbs', line 678

def count
  @count
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


679
680
681
# File 'sig/types.rbs', line 679

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def id
  @id
end

#partition::String

Returns the value of attribute partition.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def partition
  @partition
end

#policy_detailsTypes::PolicyDetails

Returns the value of attribute policy_details.



683
684
685
# File 'sig/types.rbs', line 683

def policy_details
  @policy_details
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def region
  @region
end

#resources_affectedTypes::ResourcesAffected

Returns the value of attribute resources_affected.



685
686
687
# File 'sig/types.rbs', line 685

def resources_affected
  @resources_affected
end

#sampleBoolean

Returns the value of attribute sample.

Returns:

  • (Boolean)


686
687
688
# File 'sig/types.rbs', line 686

def sample
  @sample
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def schema_version
  @schema_version
end

#severityTypes::Severity

Returns the value of attribute severity.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def severity
  @severity
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def title
  @title
end

#type"SensitiveData:S3Object/Multiple", ...

Returns the value of attribute type.

Returns:

  • ("SensitiveData:S3Object/Multiple", "SensitiveData:S3Object/Financial", "SensitiveData:S3Object/Personal", "SensitiveData:S3Object/Credentials", "SensitiveData:S3Object/CustomIdentifier", "Policy:IAMUser/S3BucketPublic", "Policy:IAMUser/S3BucketSharedExternally", "Policy:IAMUser/S3BucketReplicatedExternally", "Policy:IAMUser/S3BucketEncryptionDisabled", "Policy:IAMUser/S3BlockPublicAccessDisabled", "Policy:IAMUser/S3BucketSharedWithCloudFront")


690
691
692
# File 'sig/types.rbs', line 690

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


691
692
693
# File 'sig/types.rbs', line 691

def updated_at
  @updated_at
end