Class: Aws::ECR::Types::DescribeImageSigningStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribeImageSigningStatusResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for the image.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry.
-
#repository_name ⇒ String
The name of the repository.
-
#signing_statuses ⇒ Array<Types::ImageSigningStatus>
A list of signing statuses for the specified image.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for the image.
1244 1245 1246 1247 1248 1249 1250 1251 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1244 class DescribeImageSigningStatusResponse < Struct.new( :repository_name, :image_id, :registry_id, :signing_statuses) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry.
1244 1245 1246 1247 1248 1249 1250 1251 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1244 class DescribeImageSigningStatusResponse < Struct.new( :repository_name, :image_id, :registry_id, :signing_statuses) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository.
1244 1245 1246 1247 1248 1249 1250 1251 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1244 class DescribeImageSigningStatusResponse < Struct.new( :repository_name, :image_id, :registry_id, :signing_statuses) SENSITIVE = [] include Aws::Structure end |
#signing_statuses ⇒ Array<Types::ImageSigningStatus>
A list of signing statuses for the specified image. Each status corresponds to a signing profile.
1244 1245 1246 1247 1248 1249 1250 1251 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1244 class DescribeImageSigningStatusResponse < Struct.new( :repository_name, :image_id, :registry_id, :signing_statuses) SENSITIVE = [] include Aws::Structure end |