Class: Aws::Types::CreateSourceNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSourceNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin_account_id ⇒ ::String
Returns the value of attribute origin_account_id.
-
#origin_region ⇒ ::String
Returns the value of attribute origin_region.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#origin_account_id ⇒ ::String
Returns the value of attribute origin_account_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def origin_account_id @origin_account_id end |
#origin_region ⇒ ::String
Returns the value of attribute origin_region.
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.
148 149 150 |
# File 'sig/types.rbs', line 148 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def vpc_id @vpc_id end |