Class: Aws::Types::NetworkMigrationMapperSegmentConstruct

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#construct_id ⇒ ::String

Returns the value of attribute construct_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def description
  @description
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def excluded
  @excluded
end

#logical_id ⇒ ::String

Returns the value of attribute logical_id.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def logical_id
  @logical_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def name
  @name
end

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

Returns the value of attribute properties.

Returns:

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


1427
1428
1429
# File 'sig/types.rbs', line 1427

def properties
  @properties
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def updated_at
  @updated_at
end