Class: Aws::Imagebuilder::Types::GetImageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::Image

The image object.

Returns:



3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3190

class GetImageResponse < Struct.new(
  :request_id,
  :image,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_referencesTypes::LatestVersionReferences

The resource ARNs with different wildcard variations of semantic versioning.



3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3190

class GetImageResponse < Struct.new(
  :request_id,
  :image,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3190

class GetImageResponse < Struct.new(
  :request_id,
  :image,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end