Class: Aws::Types::GetIntrospectionSchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def api_id
  @api_id
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


799
800
801
# File 'sig/types.rbs', line 799

def format
  @format
end

#include_directivesBoolean

Returns the value of attribute include_directives.

Returns:

  • (Boolean)


800
801
802
# File 'sig/types.rbs', line 800

def include_directives
  @include_directives
end