Class: Aws::Types::GetIntrospectionSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntrospectionSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
-
#include_directives ⇒ Boolean
Returns the value of attribute include_directives.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def api_id @api_id end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
799 800 801 |
# File 'sig/types.rbs', line 799 def format @format end |
#include_directives ⇒ Boolean
Returns the value of attribute include_directives.
800 801 802 |
# File 'sig/types.rbs', line 800 def include_directives @include_directives end |