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.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def dry_run @dry_run end |
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def local_bgp_asn @local_bgp_asn end |
#local_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute local_bgp_asn_extended.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def local_bgp_asn_extended @local_bgp_asn_extended end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def local_gateway_id @local_gateway_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def tag_specifications @tag_specifications end |