Method: Aws::SSM::Types::GetDocumentRequest#document_format
- Defined in:
- lib/aws-sdk-ssm/types.rb
#document_format ⇒ String
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
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 |