Class: Aws::Types::PeeringTgwInfo
- Inherits:
-
Object
- Object
- Aws::Types::PeeringTgwInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
15084 15085 15086 |
# File 'sig/types.rbs', line 15084 def core_network_id @core_network_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
15085 15086 15087 |
# File 'sig/types.rbs', line 15085 def owner_id @owner_id end |
#region ⇒ ::String
Returns the value of attribute region.
15086 15087 15088 |
# File 'sig/types.rbs', line 15086 def region @region end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
15083 15084 15085 |
# File 'sig/types.rbs', line 15083 def transit_gateway_id @transit_gateway_id end |