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)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def description
  @description
end

#export_to_s3_taskTypes::ExportToS3TaskSpecification

Returns the value of attribute export_to_s3_task.



2596
2597
2598
# File 'sig/types.rbs', line 2596

def export_to_s3_task
  @export_to_s3_task
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def instance_id
  @instance_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2592
2593
2594
# File 'sig/types.rbs', line 2592

def tag_specifications
  @tag_specifications
end

#target_environment"citrix", ...

Returns the value of attribute target_environment.

Returns:

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


2595
2596
2597
# File 'sig/types.rbs', line 2595

def target_environment
  @target_environment
end