Class: Aws::Types::AssociateSourceNetworkStackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cfn_stack_name])

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_stack_name::String

Returns the value of attribute cfn_stack_name.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def cfn_stack_name
  @cfn_stack_name
end

#source_network_id::String

Returns the value of attribute source_network_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def source_network_id
  @source_network_id
end