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)


9530
9531
9532
# File 'sig/types.rbs', line 9530

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9531
9532
9533
# File 'sig/types.rbs', line 9531

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9532
9533
9534
# File 'sig/types.rbs', line 9532

def disk_image_format
  @disk_image_format
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9533
9534
9535
# File 'sig/types.rbs', line 9533

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9534
9535
9536
# File 'sig/types.rbs', line 9534

def image_id
  @image_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9536
9537
9538
# File 'sig/types.rbs', line 9536

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3LocationRequest

Returns the value of attribute s3_export_location.



9535
9536
9537
# File 'sig/types.rbs', line 9535

def s3_export_location
  @s3_export_location
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



9537
9538
9539
# File 'sig/types.rbs', line 9537

def tag_specifications
  @tag_specifications
end