Class: Aws::Types::NetworkMigrationMapperSegmentConstruct
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationMapperSegmentConstruct
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#construct_id ⇒ ::String
Returns the value of attribute construct_id.
-
#construct_type ⇒ ::String
Returns the value of attribute construct_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#construct_id ⇒ ::String
Returns the value of attribute construct_id.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def construct_id @construct_id end |
#construct_type ⇒ ::String
Returns the value of attribute construct_type.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def construct_type @construct_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def description @description end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def excluded @excluded end |
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def logical_id @logical_id end |
#name ⇒ ::String
Returns the value of attribute name.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def name @name end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def properties @properties end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def updated_at @updated_at end |