Class: Aws::Types::FindingSummaryV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_at::Time

Returns the value of attribute analyzed_at.

Returns:

  • (::Time)


482
483
484
# File 'sig/types.rbs', line 482

def analyzed_at
  @analyzed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


483
484
485
# File 'sig/types.rbs', line 483

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def error
  @error
end

#finding_type"ExternalAccess", ...

Returns the value of attribute finding_type.

Returns:

  • ("ExternalAccess", "UnusedIAMRole", "UnusedIAMUserAccessKey", "UnusedIAMUserPassword", "UnusedPermission", "InternalAccess")


491
492
493
# File 'sig/types.rbs', line 491

def finding_type
  @finding_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def id
  @id
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def resource
  @resource
end

#resource_owner_account::String

Returns the value of attribute resource_owner_account.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def 
  @resource_owner_account
end

#resource_type"AWS::S3::Bucket", ...

Returns the value of attribute resource_type.

Returns:

  • ("AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret", "AWS::EFS::FileSystem", "AWS::EC2::Snapshot", "AWS::ECR::Repository", "AWS::RDS::DBSnapshot", "AWS::RDS::DBClusterSnapshot", "AWS::SNS::Topic", "AWS::S3Express::DirectoryBucket", "AWS::DynamoDB::Table", "AWS::DynamoDB::Stream", "AWS::IAM::User")


487
488
489
# File 'sig/types.rbs', line 487

def resource_type
  @resource_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ARCHIVED", "RESOLVED")


489
490
491
# File 'sig/types.rbs', line 489

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


490
491
492
# File 'sig/types.rbs', line 490

def updated_at
  @updated_at
end