Class: Aws::Types::ExportImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


9423
9424
9425
# File 'sig/types.rbs', line 9423

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9424
9425
9426
# File 'sig/types.rbs', line 9424

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

  • ("VMDK", "RAW", "VHD")


9425
9426
9427
# File 'sig/types.rbs', line 9425

def disk_image_format
  @disk_image_format
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9426
9427
9428
# File 'sig/types.rbs', line 9426

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9427
9428
9429
# File 'sig/types.rbs', line 9427

def image_id
  @image_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9429
9430
9431
# File 'sig/types.rbs', line 9429

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3LocationRequest

Returns the value of attribute s3_export_location.



9428
9429
9430
# File 'sig/types.rbs', line 9428

def s3_export_location
  @s3_export_location
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



9430
9431
9432
# File 'sig/types.rbs', line 9430

def tag_specifications
  @tag_specifications
end