Class: Aws::Types::CreateDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::AttachmentsSource]

Returns the value of attribute attachments.

Returns:



718
719
720
# File 'sig/types.rbs', line 718

def attachments
  @attachments
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def content
  @content
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def display_name
  @display_name
end

#document_format"YAML", ...

Returns the value of attribute document_format.

Returns:

  • ("YAML", "JSON", "TEXT")


723
724
725
# File 'sig/types.rbs', line 723

def document_format
  @document_format
end

#document_type"Command", ...

Returns the value of attribute document_type.

Returns:

  • ("Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy")


722
723
724
# File 'sig/types.rbs', line 722

def document_type
  @document_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def name
  @name
end

#requires::Array[Types::DocumentRequires]

Returns the value of attribute requires.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def requires
  @requires
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def tags
  @tags
end

#target_type::String

Returns the value of attribute target_type.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def target_type
  @target_type
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def version_name
  @version_name
end