Class: Aws::Types::CreateDataRepositoryTaskRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_to_release::Integer

Returns the value of attribute capacity_to_release.



270
271
272
# File 'sig/types.rbs', line 270

def capacity_to_release
  @capacity_to_release
end

#client_request_token::String

Returns the value of attribute client_request_token.



268
269
270
# File 'sig/types.rbs', line 268

def client_request_token
  @client_request_token
end

#file_system_id::String

Returns the value of attribute file_system_id.



266
267
268
# File 'sig/types.rbs', line 266

def file_system_id
  @file_system_id
end

#paths::Array[::String]

Returns the value of attribute paths.



265
266
267
# File 'sig/types.rbs', line 265

def paths
  @paths
end

#release_configurationTypes::ReleaseConfiguration

Returns the value of attribute release_configuration.



271
272
273
# File 'sig/types.rbs', line 271

def release_configuration
  @release_configuration
end

#reportTypes::CompletionReport

Returns the value of attribute report.



267
268
269
# File 'sig/types.rbs', line 267

def report
  @report
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



269
270
271
# File 'sig/types.rbs', line 269

def tags
  @tags
end

#type"EXPORT_TO_REPOSITORY", ...

Returns the value of attribute type.



264
265
266
# File 'sig/types.rbs', line 264

def type
  @type
end