Class: Aws::Types::StartNetworkMigrationMappingUpdateSegment
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationMappingUpdateSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#target_account ⇒ ::String
Returns the value of attribute target_account.
Instance Attribute Details
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def segment_id @segment_id end |
#target_account ⇒ ::String
Returns the value of attribute target_account.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def target_account @target_account end |