Method: Aws::Glue::Types::SourceControlDetails#folder
- Defined in:
- lib/aws-sdk-glue/types.rb
#folder ⇒ String
An optional folder in the remote repository.
25214 25215 25216 25217 25218 25219 25220 25221 25222 25223 25224 25225 |
# File 'lib/aws-sdk-glue/types.rb', line 25214 class SourceControlDetails < Struct.new( :provider, :repository, :owner, :branch, :folder, :last_commit_id, :auth_strategy, :auth_token) SENSITIVE = [] include Aws::Structure end |