Class: Aws::Types::ExternalAccessFindingsStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type_statistics::Hash[("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"), Types::ResourceTypeDetails]

Returns the value of attribute resource_type_statistics.

Returns:

  • (::Hash[("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"), Types::ResourceTypeDetails])


391
392
393
# File 'sig/types.rbs', line 391

def resource_type_statistics
  @resource_type_statistics
end

#total_active_findings::Integer

Returns the value of attribute total_active_findings.

Returns:

  • (::Integer)


392
393
394
# File 'sig/types.rbs', line 392

def total_active_findings
  @total_active_findings
end

#total_archived_findings::Integer

Returns the value of attribute total_archived_findings.

Returns:

  • (::Integer)


393
394
395
# File 'sig/types.rbs', line 393

def total_archived_findings
  @total_archived_findings
end

#total_resolved_findings::Integer

Returns the value of attribute total_resolved_findings.

Returns:

  • (::Integer)


394
395
396
# File 'sig/types.rbs', line 394

def total_resolved_findings
  @total_resolved_findings
end