Class: Aws::Types::DeletePrivateGraphEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePrivateGraphEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
201 202 203 |
# File 'sig/types.rbs', line 201 def graph_identifier @graph_identifier end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def vpc_id @vpc_id end |