Class: Aws::Types::TransitGatewayConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_network_acl_configuration ⇒ ::Array[Types::NetworkACLEntry]
Returns the value of attribute attachment_network_acl_configuration.
-
#routable_cidr_space ⇒ ::String
Returns the value of attribute routable_cidr_space.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#attachment_network_acl_configuration ⇒ ::Array[Types::NetworkACLEntry]
Returns the value of attribute attachment_network_acl_configuration.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def end |
#routable_cidr_space ⇒ ::String
Returns the value of attribute routable_cidr_space.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def routable_cidr_space @routable_cidr_space end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def transit_gateway_id @transit_gateway_id end |