Class: Aws::Types::CreateTransitGatewayPeeringRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayPeeringRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
567 568 569 |
# File 'sig/types.rbs', line 567 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def core_network_id @core_network_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
566 567 568 |
# File 'sig/types.rbs', line 566 def end |
#transit_gateway_arn ⇒ ::String
Returns the value of attribute transit_gateway_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def transit_gateway_arn @transit_gateway_arn end |