Class: Aws::Types::LocalGatewayVirtualInterfaceGroup
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayVirtualInterfaceGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_state ⇒ "pending", ...
Returns the value of attribute configuration_state.
-
#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.
-
#local_gateway_virtual_interface_group_arn ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_arn.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#local_gateway_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_virtual_interface_ids.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#configuration_state ⇒ "pending", ...
Returns the value of attribute configuration_state.
13018 13019 13020 |
# File 'sig/types.rbs', line 13018 def configuration_state @configuration_state end |
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
13014 13015 13016 |
# File 'sig/types.rbs', line 13014 def local_bgp_asn @local_bgp_asn end |
#local_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute local_bgp_asn_extended.
13015 13016 13017 |
# File 'sig/types.rbs', line 13015 def local_bgp_asn_extended @local_bgp_asn_extended end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
13012 13013 13014 |
# File 'sig/types.rbs', line 13012 def local_gateway_id @local_gateway_id end |
#local_gateway_virtual_interface_group_arn ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_arn.
13016 13017 13018 |
# File 'sig/types.rbs', line 13016 def local_gateway_virtual_interface_group_arn @local_gateway_virtual_interface_group_arn end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
13010 13011 13012 |
# File 'sig/types.rbs', line 13010 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#local_gateway_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_virtual_interface_ids.
13011 13012 13013 |
# File 'sig/types.rbs', line 13011 def local_gateway_virtual_interface_ids @local_gateway_virtual_interface_ids end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13013 13014 13015 |
# File 'sig/types.rbs', line 13013 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13017 13018 13019 |
# File 'sig/types.rbs', line 13017 def @tags end |