Class: Aws::Types::CreateSourceNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#origin_account_id::String

Returns the value of attribute origin_account_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def 
  @origin_account_id
end

#origin_region::String

Returns the value of attribute origin_region.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def origin_region
  @origin_region
end

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

Returns the value of attribute tags.

Returns:

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


148
149
150
# File 'sig/types.rbs', line 148

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def vpc_id
  @vpc_id
end