Class: Aws::ECR::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::Resource
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Details about the resource involved in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::ResourceDetails
An object that contains details about the resource involved in a finding.
-
#id ⇒ String
The ID of the resource.
-
#tags ⇒ Hash<String,String>
The tags attached to the resource.
-
#type ⇒ String
The type of resource.
Instance Attribute Details
#details ⇒ Types::ResourceDetails
An object that contains details about the resource involved in a finding.
3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3796 class Resource < Struct.new( :details, :id, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource.
3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3796 class Resource < Struct.new( :details, :id, :tags, :type) SENSITIVE = [] include Aws::Structure end |