Class: Aws::Types::VpcTransitConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::VpcTransitConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_4_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute ipv_4_cidr_blocks.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_resource_share_arn ⇒ ::String
Returns the value of attribute transit_gateway_resource_share_arn.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv_4_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute ipv_4_cidr_blocks.
696 697 698 |
# File 'sig/types.rbs', line 696 def ipv_4_cidr_blocks @ipv_4_cidr_blocks end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
697 698 699 |
# File 'sig/types.rbs', line 697 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_resource_share_arn ⇒ ::String
Returns the value of attribute transit_gateway_resource_share_arn.
698 699 700 |
# File 'sig/types.rbs', line 698 def transit_gateway_resource_share_arn @transit_gateway_resource_share_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
695 696 697 |
# File 'sig/types.rbs', line 695 def vpc_id @vpc_id end |