Class: Aws::Types::GetDocumentResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments_content::Array[Types::AttachmentContent]

Returns the value of attribute attachments_content.

Returns:



1841
1842
1843
# File 'sig/types.rbs', line 1841

def attachments_content
  @attachments_content
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def content
  @content
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def created_date
  @created_date
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def display_name
  @display_name
end

#document_format"YAML", ...

Returns the value of attribute document_format.

Returns:

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


1839
1840
1841
# File 'sig/types.rbs', line 1839

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")


1838
1839
1840
# File 'sig/types.rbs', line 1838

def document_type
  @document_type
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def document_version
  @document_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def name
  @name
end

#requires::Array[Types::DocumentRequires]

Returns the value of attribute requires.

Returns:



1840
1841
1842
# File 'sig/types.rbs', line 1840

def requires
  @requires
end

#review_status"APPROVED", ...

Returns the value of attribute review_status.

Returns:

  • ("APPROVED", "NOT_REVIEWED", "PENDING", "REJECTED")


1842
1843
1844
# File 'sig/types.rbs', line 1842

def review_status
  @review_status
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Active", "Updating", "Deleting", "Failed")


1835
1836
1837
# File 'sig/types.rbs', line 1835

def status
  @status
end

#status_information::String

Returns the value of attribute status_information.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def status_information
  @status_information
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def version_name
  @version_name
end