Class: Aws::Types::ListPrivateGraphEndpointsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPrivateGraphEndpointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
531 532 533 |
# File 'sig/types.rbs', line 531 def graph_identifier @graph_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
533 534 535 |
# File 'sig/types.rbs', line 533 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
532 533 534 |
# File 'sig/types.rbs', line 532 def next_token @next_token end |