Class: Aws::ECR::Types::AwsEcrContainerImageDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#architectureString

The architecture of the Amazon ECR container image.

Returns:

  • (String)


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

#authorString

The image author of the Amazon ECR container image.

Returns:

  • (String)


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_hashString

The image hash of the Amazon ECR container image.

Returns:

  • (String)


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_tagsArray<String>

The image tags attached to the Amazon ECR container image.

Returns:

  • (Array<String>)


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_countInteger

The number of Amazon ECS or Amazon EKS clusters currently running the image.

Returns:

  • (Integer)


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_atTime

The most recent date and time a cluster was running the image.

Returns:

  • (Time)


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

#platformString

The platform of the Amazon ECR container image.

Returns:

  • (String)


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_atTime

The date and time the Amazon ECR container image was pushed.

Returns:

  • (Time)


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

#registryString

The registry the Amazon ECR container image belongs to.

Returns:

  • (String)


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_nameString

The name of the repository the Amazon ECR container image resides in.

Returns:

  • (String)


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