Class: Aws::Types::NetworkMigrationMapperSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:scope_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum ⇒ Types::Checksum

Returns the value of attribute checksum.

Returns:



1408
1409
1410
# File 'sig/types.rbs', line 1408

def checksum
  @checksum
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def description
  @description
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def job_id
  @job_id
end

#logical_id ⇒ ::String

Returns the value of attribute logical_id.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def logical_id
  @logical_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def name
  @name
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def network_migration_definition_id
  @network_migration_definition_id
end

#network_migration_execution_id ⇒ ::String

Returns the value of attribute network_migration_execution_id.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def network_migration_execution_id
  @network_migration_execution_id
end

#output_s3_configuration ⇒ Types::S3Configuration

Returns the value of attribute output_s3_configuration.



1409
1410
1411
# File 'sig/types.rbs', line 1409

def output_s3_configuration
  @output_s3_configuration
end

#referenced_segments ⇒ ::Array[::String]

Returns the value of attribute referenced_segments.

Returns:

  • (::Array[::String])


1414
1415
1416
# File 'sig/types.rbs', line 1414

def referenced_segments
  @referenced_segments
end

#scope_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute scope_tags.

Returns:

  • (::Hash[::String, ::String])


1412
1413
1414
# File 'sig/types.rbs', line 1412

def scope_tags
  @scope_tags
end

#segment_id ⇒ ::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def segment_id
  @segment_id
end

#segment_type ⇒ "WORKLOAD", "APPLIANCE"

Returns the value of attribute segment_type.

Returns:

  • ("WORKLOAD", "APPLIANCE")


1404
1405
1406
# File 'sig/types.rbs', line 1404

def segment_type
  @segment_type
end

#target_account ⇒ ::String

Returns the value of attribute target_account.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def 
  @target_account
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def updated_at
  @updated_at
end