Class: Aws::Types::NetworkMigrationDeployedStackDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_resources ⇒ ::Array[Types::NetworkMigrationFailedResourceDetails]

Returns the value of attribute failed_resources.



1365
1366
1367
# File 'sig/types.rbs', line 1365

def failed_resources
  @failed_resources
end

#segment_id ⇒ ::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def segment_id
  @segment_id
end

#stack_logical_id ⇒ ::String

Returns the value of attribute stack_logical_id.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def stack_logical_id
  @stack_logical_id
end

#stack_physical_id ⇒ ::String

Returns the value of attribute stack_physical_id.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def stack_physical_id
  @stack_physical_id
end

#status ⇒ "CREATE_COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_COMPLETE", "CREATE_FAILED", "CREATE_STARTED", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_STARTED")


1360
1361
1362
# File 'sig/types.rbs', line 1360

def status
  @status
end

#target_account ⇒ ::String

Returns the value of attribute target_account.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def 
  @target_account
end