Module: Aws::AccessAnalyzer::Client::_GetFindingV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFindingV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analyzed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #finding_details ⇒ ::Array[Types::FindingDetails]
- #finding_type ⇒ "ExternalAccess", ...
- #id ⇒ ::String
- #next_token ⇒ ::String
- #resource ⇒ ::String
- #resource_owner_account ⇒ ::String
- #resource_type ⇒ "AWS::S3::Bucket", ...
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
Instance Method Details
#analyzed_at ⇒ ::Time
407 |
# File 'sig/client.rbs', line 407
def analyzed_at: () -> ::Time
|
#created_at ⇒ ::Time
408 |
# File 'sig/client.rbs', line 408
def created_at: () -> ::Time
|
#finding_details ⇒ ::Array[Types::FindingDetails]
416 |
# File 'sig/client.rbs', line 416
def finding_details: () -> ::Array[Types::FindingDetails]
|
#finding_type ⇒ "ExternalAccess", ...
417 |
# File 'sig/client.rbs', line 417
def finding_type: () -> ("ExternalAccess" | "UnusedIAMRole" | "UnusedIAMUserAccessKey" | "UnusedIAMUserPassword" | "UnusedPermission" | "InternalAccess")
|
#id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def id: () -> ::String
|
#next_token ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def next_token: () -> ::String
|
#resource ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def resource: () -> ::String
|
#resource_owner_account ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def resource_owner_account: () -> ::String
|
#resource_type ⇒ "AWS::S3::Bucket", ...
412 |
# File 'sig/client.rbs', line 412
def resource_type: () -> ("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")
|
#status ⇒ "ACTIVE", ...
414 |
# File 'sig/client.rbs', line 414
def status: () -> ("ACTIVE" | "ARCHIVED" | "RESOLVED")
|
#updated_at ⇒ ::Time
415 |
# File 'sig/client.rbs', line 415
def updated_at: () -> ::Time
|