Method: Aws::SSM::Types::GetDocumentRequest#document_format

Defined in:
lib/aws-sdk-ssm/types.rb

#document_formatString

Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.

Returns:

  • (String)


8210
8211
8212
8213
8214
8215
8216
8217
# File 'lib/aws-sdk-ssm/types.rb', line 8210

class GetDocumentRequest < Struct.new(
  :name,
  :version_name,
  :document_version,
  :document_format)
  SENSITIVE = []
  include Aws::Structure
end