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)


9198
9199
9200
# File 'sig/types.rbs', line 9198

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9199
9200
9201
# File 'sig/types.rbs', line 9199

def description
  @description
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9200
9201
9202
# File 'sig/types.rbs', line 9200

def disk_image_format
  @disk_image_format
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9201
9202
9203
# File 'sig/types.rbs', line 9201

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9202
9203
9204
# File 'sig/types.rbs', line 9202

def image_id
  @image_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


9204
9205
9206
# File 'sig/types.rbs', line 9204

def role_name
  @role_name
end

#s3_export_locationTypes::ExportTaskS3LocationRequest

Returns the value of attribute s3_export_location.



9203
9204
9205
# File 'sig/types.rbs', line 9203

def s3_export_location
  @s3_export_location
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



9205
9206
9207
# File 'sig/types.rbs', line 9205

def tag_specifications
  @tag_specifications
end