Class: Aws::Types::ListGraphqlApisRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGraphqlApisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_type ⇒ "GRAPHQL", "MERGED"
Returns the value of attribute api_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "CURRENT_ACCOUNT", "OTHER_ACCOUNTS"
Returns the value of attribute owner.
Instance Attribute Details
#api_type ⇒ "GRAPHQL", "MERGED"
Returns the value of attribute api_type.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def api_type @api_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def next_token @next_token end |
#owner ⇒ "CURRENT_ACCOUNT", "OTHER_ACCOUNTS"
Returns the value of attribute owner.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def owner @owner end |