Class: Aws::Types::GetPrivateGraphEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPrivateGraphEndpointInput
- 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.
370 371 372 |
# File 'sig/types.rbs', line 370 def graph_identifier @graph_identifier end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def vpc_id @vpc_id end |