Class: Aws::Types::InternalAccessFindingsStatistics
- Inherits:
-
Object
- Object
- Aws::Types::InternalAccessFindingsStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#total_active_findings ⇒ ::Integer
Returns the value of attribute total_active_findings.
-
#total_archived_findings ⇒ ::Integer
Returns the value of attribute total_archived_findings.
-
#total_resolved_findings ⇒ ::Integer
Returns the value of attribute total_resolved_findings.
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.
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.
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.
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.
703 704 705 |
# File 'sig/types.rbs', line 703 def total_resolved_findings @total_resolved_findings end |