Class: Aws::Imagebuilder::Types::LatestVersionReferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LatestVersionReferences
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
The resource ARNs with different wildcard variations of semantic versioning.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_major_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same
majorversion of the Image Builder resource. -
#latest_minor_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same
minorversion of the Image Builder resource. -
#latest_patch_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same
patchversion of the Image Builder resource. -
#latest_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) of the Image Builder resource.
Instance Attribute Details
#latest_major_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same major
version of the Image Builder resource.
5373 5374 5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5373 class LatestVersionReferences < Struct.new( :latest_version_arn, :latest_major_version_arn, :latest_minor_version_arn, :latest_patch_version_arn) SENSITIVE = [] include Aws::Structure end |
#latest_minor_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same minor
version of the Image Builder resource.
5373 5374 5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5373 class LatestVersionReferences < Struct.new( :latest_version_arn, :latest_major_version_arn, :latest_minor_version_arn, :latest_patch_version_arn) SENSITIVE = [] include Aws::Structure end |
#latest_patch_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) with the same patch
version of the Image Builder resource.
5373 5374 5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5373 class LatestVersionReferences < Struct.new( :latest_version_arn, :latest_major_version_arn, :latest_minor_version_arn, :latest_patch_version_arn) SENSITIVE = [] include Aws::Structure end |
#latest_version_arn ⇒ String
The latest version Amazon Resource Name (ARN) of the Image Builder resource.
5373 5374 5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5373 class LatestVersionReferences < Struct.new( :latest_version_arn, :latest_major_version_arn, :latest_minor_version_arn, :latest_patch_version_arn) SENSITIVE = [] include Aws::Structure end |