Class: Aws::Types::NetworkMigrationDeployedStackDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationDeployedStackDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_resources ⇒ ::Array[Types::NetworkMigrationFailedResourceDetails]
Returns the value of attribute failed_resources.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#stack_logical_id ⇒ ::String
Returns the value of attribute stack_logical_id.
-
#stack_physical_id ⇒ ::String
Returns the value of attribute stack_physical_id.
-
#status ⇒ "CREATE_COMPLETE", ...
Returns the value of attribute status.
-
#target_account ⇒ ::String
Returns the value of attribute target_account.
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.
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.
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.
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.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def status @status end |
#target_account ⇒ ::String
Returns the value of attribute target_account.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def target_account @target_account end |