Class: Aws::GuardDuty::Types::ResourceV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceV2
- 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
-
#account_id ⇒ String
The Amazon Web Services account ID to which the resource belongs.
-
#cloud_partition ⇒ String
The cloud partition within the Amazon Web Services Region to which the resource belongs.
-
#data ⇒ Types::ResourceData
Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.
-
#name ⇒ String
The name of the resource.
-
#region ⇒ String
The Amazon Web Services Region where the resource belongs.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource.
-
#service ⇒ String
The Amazon Web Services service of the resource.
-
#tags ⇒ Array<Types::Tag>
Contains information about the tags associated with the resource.
-
#uid ⇒ String
The unique identifier of the resource.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID to which the resource belongs.
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_partition ⇒ String
The cloud partition within the Amazon Web Services Region to which the resource belongs.
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 |
#data ⇒ Types::ResourceData
Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.
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 |
#name ⇒ String
The name of the resource.
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 |
#region ⇒ String
The Amazon Web Services Region where the resource belongs.
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_type ⇒ String
The type of the Amazon Web Services resource.
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 |
#service ⇒ String
The Amazon Web Services service of the resource.
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 |
#tags ⇒ Array<Types::Tag>
Contains information about the tags associated with the resource.
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 |
#uid ⇒ String
The unique identifier of the resource.
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 |