Class: Aws::Types::ImageSourceIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Ec2ImageId, Ec2ImportTaskId, ImageBuildVersionArn, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_image_id::String

Returns the value of attribute ec2_image_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def image_build_version_arn
  @image_build_version_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


947
948
949
# File 'sig/types.rbs', line 947

def unknown
  @unknown
end