Class: Aws::ECR::Types::AwsEcrContainerImageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::AwsEcrContainerImageDetails
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The image details of the Amazon ECR container image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The architecture of the Amazon ECR container image.
-
#author ⇒ String
The image author of the Amazon ECR container image.
-
#image_hash ⇒ String
The image hash of the Amazon ECR container image.
-
#image_tags ⇒ Array<String>
The image tags attached to the Amazon ECR container image.
-
#in_use_count ⇒ Integer
The number of Amazon ECS or Amazon EKS clusters currently running the image.
-
#last_in_use_at ⇒ Time
The most recent date and time a cluster was running the image.
-
#platform ⇒ String
The platform of the Amazon ECR container image.
-
#pushed_at ⇒ Time
The date and time the Amazon ECR container image was pushed.
-
#registry ⇒ String
The registry the Amazon ECR container image belongs to.
-
#repository_name ⇒ String
The name of the repository the Amazon ECR container image resides in.
Instance Attribute Details
#architecture ⇒ String
The architecture of the Amazon ECR container image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#author ⇒ String
The image author of the Amazon ECR container image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#image_hash ⇒ String
The image hash of the Amazon ECR container image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#image_tags ⇒ Array<String>
The image tags attached to the Amazon ECR container image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#in_use_count ⇒ Integer
The number of Amazon ECS or Amazon EKS clusters currently running the image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#last_in_use_at ⇒ Time
The most recent date and time a cluster was running the image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the Amazon ECR container image.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#pushed_at ⇒ Time
The date and time the Amazon ECR container image was pushed.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#registry ⇒ String
The registry the Amazon ECR container image belongs to.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository the Amazon ECR container image resides in.
109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 109 class AwsEcrContainerImageDetails < Struct.new( :architecture, :author, :image_hash, :image_tags, :platform, :pushed_at, :last_in_use_at, :in_use_count, :registry, :repository_name) SENSITIVE = [] include Aws::Structure end |