Class: Aws::Types::StartImportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#import_url ⇒ ::String
Returns the value of attribute import_url.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
570 571 572 |
# File 'sig/types.rbs', line 570 def client_request_token @client_request_token end |
#import_url ⇒ ::String
Returns the value of attribute import_url.
572 573 574 |
# File 'sig/types.rbs', line 572 def import_url @import_url end |
#name ⇒ ::String
Returns the value of attribute name.
571 572 573 |
# File 'sig/types.rbs', line 571 def name @name end |