Class: Aws::GuardDuty::Types::ResourceV2

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the Amazon Web Services resource that is associated with the GuardDuty finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID to which the resource belongs.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_partitionString

The cloud partition within the Amazon Web Services Region to which the resource belongs.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#dataTypes::ResourceData

Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.

Returns:



7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region where the resource belongs.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the Amazon Web Services resource.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The Amazon Web Services service of the resource.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Contains information about the tags associated with the resource.

Returns:



7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

The unique identifier of the resource.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-guardduty/types.rb', line 7865

class ResourceV2 < Struct.new(
  :uid,
  :name,
  :account_id,
  :resource_type,
  :region,
  :service,
  :cloud_partition,
  :tags,
  :data)
  SENSITIVE = []
  include Aws::Structure
end