Class: Aws::Types::SourceNetworkData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_network_id::String

Returns the value of attribute source_network_id.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def source_network_id
  @source_network_id
end

#source_vpc::String

Returns the value of attribute source_vpc.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def source_vpc
  @source_vpc
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def stack_name
  @stack_name
end

#target_vpc::String

Returns the value of attribute target_vpc.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def target_vpc
  @target_vpc
end