Class: Aws::Types::OutpostLag
- Inherits:
-
Object
- Object
- Aws::Types::OutpostLag
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_virtual_interface_ids.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#service_link_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute service_link_virtual_interface_ids.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#local_gateway_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_virtual_interface_ids.
15610 15611 15612 |
# File 'sig/types.rbs', line 15610 def local_gateway_virtual_interface_ids @local_gateway_virtual_interface_ids end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
15606 15607 15608 |
# File 'sig/types.rbs', line 15606 def outpost_arn @outpost_arn end |
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
15609 15610 15611 |
# File 'sig/types.rbs', line 15609 def outpost_lag_id @outpost_lag_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
15607 15608 15609 |
# File 'sig/types.rbs', line 15607 def owner_id @owner_id end |
#service_link_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute service_link_virtual_interface_ids.
15611 15612 15613 |
# File 'sig/types.rbs', line 15611 def service_link_virtual_interface_ids @service_link_virtual_interface_ids end |
#state ⇒ ::String
Returns the value of attribute state.
15608 15609 15610 |
# File 'sig/types.rbs', line 15608 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15612 15613 15614 |
# File 'sig/types.rbs', line 15612 def @tags end |