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)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def description
  @description
end

#export_to_s3_taskTypes::ExportToS3TaskSpecification

Returns the value of attribute export_to_s3_task.



2468
2469
2470
# File 'sig/types.rbs', line 2468

def export_to_s3_task
  @export_to_s3_task
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def instance_id
  @instance_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2464
2465
2466
# File 'sig/types.rbs', line 2464

def tag_specifications
  @tag_specifications
end

#target_environment"citrix", ...

Returns the value of attribute target_environment.

Returns:

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


2467
2468
2469
# File 'sig/types.rbs', line 2467

def target_environment
  @target_environment
end