Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::Array[::String]

Returns the value of attribute action.

Returns:

  • (::Array[::String])


401
402
403
# File 'sig/types.rbs', line 401

def action
  @action
end

#analyzed_at::Time

Returns the value of attribute analyzed_at.

Returns:

  • (::Time)


407
408
409
# File 'sig/types.rbs', line 407

def analyzed_at
  @analyzed_at
end

#condition::Hash[::String, ::String]

Returns the value of attribute condition.

Returns:

  • (::Hash[::String, ::String])


405
406
407
# File 'sig/types.rbs', line 405

def condition
  @condition
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


406
407
408
# File 'sig/types.rbs', line 406

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def id
  @id
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:

  • (Boolean)


403
404
405
# File 'sig/types.rbs', line 403

def is_public
  @is_public
end

#principal::Hash[::String, ::String]

Returns the value of attribute principal.

Returns:

  • (::Hash[::String, ::String])


400
401
402
# File 'sig/types.rbs', line 400

def principal
  @principal
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def resource
  @resource
end

#resource_control_policy_restriction"APPLICABLE", ...

Returns the value of attribute resource_control_policy_restriction.

Returns:

  • ("APPLICABLE", "FAILED_TO_EVALUATE_RCP", "NOT_APPLICABLE", "APPLIED")


413
414
415
# File 'sig/types.rbs', line 413

def resource_control_policy_restriction
  @resource_control_policy_restriction
end

#resource_owner_account::String

Returns the value of attribute resource_owner_account.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

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")


404
405
406
# File 'sig/types.rbs', line 404

def resource_type
  @resource_type
end

#sources::Array[Types::FindingSource]

Returns the value of attribute sources.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def sources
  @sources
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


409
410
411
# File 'sig/types.rbs', line 409

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def updated_at
  @updated_at
end