Class: Aws::Types::NetworkMigrationDefinitionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags, :scope_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def name
  @name
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def network_migration_definition_id
  @network_migration_definition_id
end

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

Returns the value of attribute scope_tags.

Returns:

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


1355
1356
1357
# File 'sig/types.rbs', line 1355

def scope_tags
  @scope_tags
end

#source_environment ⇒ "NSX", ...

Returns the value of attribute source_environment.

Returns:

  • ("NSX", "VSPHERE", "FORTIGATE_FIREWALL", "PALO_ALTO_FIREWALL", "CISCO_ACI", "LOGICAL_MODEL", "MODELIZE_IT", "AWS_DISCOVERY_COLLECTOR")


1352
1353
1354
# File 'sig/types.rbs', line 1352

def source_environment
  @source_environment
end

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

Returns the value of attribute tags.

Returns:

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


1354
1355
1356
# File 'sig/types.rbs', line 1354

def tags
  @tags
end