Class: Aws::Types::UpdateDirectConnectGatewayAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectConnectGatewayAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def @attachment_id end |
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def edge_locations @edge_locations end |