Class: Aws::Types::ImageSourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ImageSourceIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Ec2ImageId, Ec2ImportTaskId, ImageBuildVersionArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_image_id ⇒ ::String
Returns the value of attribute ec2_image_id.
-
#ec2_import_task_id ⇒ ::String
Returns the value of attribute ec2_import_task_id.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ec2_image_id ⇒ ::String
Returns the value of attribute ec2_image_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def ec2_image_id @ec2_image_id end |
#ec2_import_task_id ⇒ ::String
Returns the value of attribute ec2_import_task_id.
944 945 946 |
# File 'sig/types.rbs', line 944 def ec2_import_task_id @ec2_import_task_id end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
945 946 947 |
# File 'sig/types.rbs', line 945 def image_build_version_arn @image_build_version_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
947 948 949 |
# File 'sig/types.rbs', line 947 def unknown @unknown end |