Class: Aws::Types::CreateVpnConcentratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpnConcentratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#type ⇒ "ipsec.1"
Returns the value of attribute type.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def transit_gateway_id @transit_gateway_id end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def type @type end |