Method: Aws::SSM::Types::UpdateDocumentRequest#target_type
- Defined in:
- lib/aws-sdk-ssm/types.rb
#target_type ⇒ String
Specify a new target type for the document.
20015 20016 20017 20018 20019 20020 20021 20022 20023 20024 20025 20026 |
# File 'lib/aws-sdk-ssm/types.rb', line 20015 class UpdateDocumentRequest < Struct.new( :content, :attachments, :name, :display_name, :version_name, :document_version, :document_format, :target_type) SENSITIVE = [] include Aws::Structure end |