Method: Aws::DataSync::Types::ManifestConfig#action
- Defined in:
- lib/aws-sdk-datasync/types.rb
#action ⇒ String
Specifies what DataSync uses the manifest for.
3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-datasync/types.rb', line 3998 class ManifestConfig < Struct.new( :action, :format, :source) SENSITIVE = [] include Aws::Structure end |