Class: Aws::Types::InternalAccessFindingsStatistics

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::InternalAccessResourceTypeDetails]

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::InternalAccessResourceTypeDetails])


700
701
702
# File 'sig/types.rbs', line 700

def resource_type_statistics
  @resource_type_statistics
end

#total_active_findings::Integer

Returns the value of attribute total_active_findings.

Returns:

  • (::Integer)


701
702
703
# File 'sig/types.rbs', line 701

def total_active_findings
  @total_active_findings
end

#total_archived_findings::Integer

Returns the value of attribute total_archived_findings.

Returns:

  • (::Integer)


702
703
704
# File 'sig/types.rbs', line 702

def total_archived_findings
  @total_archived_findings
end

#total_resolved_findings::Integer

Returns the value of attribute total_resolved_findings.

Returns:

  • (::Integer)


703
704
705
# File 'sig/types.rbs', line 703

def total_resolved_findings
  @total_resolved_findings
end