Class: Aws::Types::ImportApiKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportApiKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
-
#format ⇒ "csv"
Returns the value of attribute format.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
906 907 908 |
# File 'sig/types.rbs', line 906 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
908 909 910 |
# File 'sig/types.rbs', line 908 def fail_on_warnings @fail_on_warnings end |
#format ⇒ "csv"
Returns the value of attribute format.
907 908 909 |
# File 'sig/types.rbs', line 907 def format @format end |