Class: Aws::Types::CreateInstanceExportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2577
2578
2579
# File 'sig/types.rbs', line 2577

def description
  @description
end

#export_to_s3_taskTypes::ExportToS3TaskSpecification

Returns the value of attribute export_to_s3_task.



2580
2581
2582
# File 'sig/types.rbs', line 2580

def export_to_s3_task
  @export_to_s3_task
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def instance_id
  @instance_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2576
2577
2578
# File 'sig/types.rbs', line 2576

def tag_specifications
  @tag_specifications
end

#target_environment"citrix", ...

Returns the value of attribute target_environment.

Returns:

  • ("citrix", "vmware", "microsoft")


2579
2580
2581
# File 'sig/types.rbs', line 2579

def target_environment
  @target_environment
end