Class: Aws::SecurityHub::Types::Resource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A resource related to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the application that is related to a finding.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The name of the application that is related to a finding.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_classificationTypes::DataClassificationDetails

Contains information about sensitive data that was detected on the resource.



27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#detailsTypes::ResourceDetails

Additional details about the resource related to a finding.



27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The canonical identifier for the given resource type.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#partitionString

The canonical Amazon Web Services partition name that the Region is assigned to.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The canonical Amazon Web Services external Region name where this resource is located.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_roleString

Identifies the role of the resource in the finding. A resource is either the actor or target of the finding activity,

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

Returns:

  • (Hash<String,String>)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the resource that details are provided for. If possible, set Type to one of the supported resource types. For example, if the resource is an EC2 instance, then set Type to AwsEc2Instance.

If the resource does not match any of the provided types, then set Type to Other.

Returns:

  • (String)


27905
27906
27907
27908
27909
27910
27911
27912
27913
27914
27915
27916
27917
27918
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27905

class Resource < Struct.new(
  :type,
  :id,
  :partition,
  :region,
  :resource_role,
  :tags,
  :data_classification,
  :details,
  :application_name,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end