Class: Aws::Types::CreateLocalGatewayVirtualInterfaceGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayVirtualInterfaceGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
-
#local_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute local_bgp_asn_extended.
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def dry_run @dry_run end |
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def local_bgp_asn @local_bgp_asn end |
#local_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute local_bgp_asn_extended.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def local_bgp_asn_extended @local_bgp_asn_extended end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def local_gateway_id @local_gateway_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def tag_specifications @tag_specifications end |