Class: Aws::Types::StartImportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def import_url
  @import_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def name
  @name
end