Class: Aws::Types::CreateDataRepositoryTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataRepositoryTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_to_release ⇒ ::Integer
Returns the value of attribute capacity_to_release.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
-
#release_configuration ⇒ Types::ReleaseConfiguration
Returns the value of attribute release_configuration.
-
#report ⇒ Types::CompletionReport
Returns the value of attribute report.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "EXPORT_TO_REPOSITORY", ...
Returns the value of attribute type.
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_configuration ⇒ Types::ReleaseConfiguration
Returns the value of attribute release_configuration.
271 272 273 |
# File 'sig/types.rbs', line 271 def release_configuration @release_configuration end |
#report ⇒ Types::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 end |
#type ⇒ "EXPORT_TO_REPOSITORY", ...
Returns the value of attribute type.
264 265 266 |
# File 'sig/types.rbs', line 264 def type @type end |