Class: Aws::Types::CreateExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
-
#file_password ⇒ ::String
Returns the value of attribute file_password.
-
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
Instance Attribute Details
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
880 881 882 |
# File 'sig/types.rbs', line 880 def file_format @file_format end |
#file_password ⇒ ::String
Returns the value of attribute file_password.
881 882 883 |
# File 'sig/types.rbs', line 881 def file_password @file_password end |
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
879 880 881 |
# File 'sig/types.rbs', line 879 def resource_specification @resource_specification end |