Class: Aws::Types::CreateGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute egress_cidr_blocks.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#networks ⇒ ::Array[Types::GatewayNetwork]
Returns the value of attribute networks.
Instance Attribute Details
#egress_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute egress_cidr_blocks.
389 390 391 |
# File 'sig/types.rbs', line 389 def egress_cidr_blocks @egress_cidr_blocks end |
#name ⇒ ::String
Returns the value of attribute name.
390 391 392 |
# File 'sig/types.rbs', line 390 def name @name end |
#networks ⇒ ::Array[Types::GatewayNetwork]
Returns the value of attribute networks.
391 392 393 |
# File 'sig/types.rbs', line 391 def networks @networks end |