Class: Aws::Types::ListGraphqlApisRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_type"GRAPHQL", "MERGED"

Returns the value of attribute api_type.

Returns:

  • ("GRAPHQL", "MERGED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CURRENT_ACCOUNT", "OTHER_ACCOUNTS")


1023
1024
1025
# File 'sig/types.rbs', line 1023

def owner
  @owner
end