Module: Aws::SSM::Client::_GetDocumentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDocumentResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachments_content ⇒ ::Array[Types::AttachmentContent]
- #content ⇒ ::String
- #created_date ⇒ ::Time
- #display_name ⇒ ::String
- #document_format ⇒ "YAML", ...
- #document_type ⇒ "Command", ...
- #document_version ⇒ ::String
- #name ⇒ ::String
- #requires ⇒ ::Array[Types::DocumentRequires]
- #review_status ⇒ "APPROVED", ...
- #status ⇒ "Creating", ...
- #status_information ⇒ ::String
- #version_name ⇒ ::String
Instance Method Details
#attachments_content ⇒ ::Array[Types::AttachmentContent]
1428 |
# File 'sig/client.rbs', line 1428
def attachments_content: () -> ::Array[Types::AttachmentContent]
|
#content ⇒ ::String
1424 |
# File 'sig/client.rbs', line 1424
def content: () -> ::String
|
#created_date ⇒ ::Time
1418 |
# File 'sig/client.rbs', line 1418
def created_date: () -> ::Time
|
#display_name ⇒ ::String
1419 |
# File 'sig/client.rbs', line 1419
def display_name: () -> ::String
|
#document_format ⇒ "YAML", ...
1426 |
# File 'sig/client.rbs', line 1426
def document_format: () -> ("YAML" | "JSON" | "TEXT")
|
#document_type ⇒ "Command", ...
1425 |
# File 'sig/client.rbs', line 1425
def document_type: () -> ("Command" | "Policy" | "Automation" | "Session" | "Package" | "ApplicationConfiguration" | "ApplicationConfigurationSchema" | "DeploymentStrategy" | "ChangeCalendar" | "Automation.ChangeTemplate" | "ProblemAnalysis" | "ProblemAnalysisTemplate" | "CloudFormation" | "ConformancePackTemplate" | "QuickSetup" | "ManualApprovalPolicy" | "AutoApprovalPolicy")
|
#document_version ⇒ ::String
1421 |
# File 'sig/client.rbs', line 1421
def document_version: () -> ::String
|
#name ⇒ ::String
1417 |
# File 'sig/client.rbs', line 1417
def name: () -> ::String
|
#requires ⇒ ::Array[Types::DocumentRequires]
1427 |
# File 'sig/client.rbs', line 1427
def requires: () -> ::Array[Types::DocumentRequires]
|
#review_status ⇒ "APPROVED", ...
1429 |
# File 'sig/client.rbs', line 1429
def review_status: () -> ("APPROVED" | "NOT_REVIEWED" | "PENDING" | "REJECTED")
|
#status ⇒ "Creating", ...
1422 |
# File 'sig/client.rbs', line 1422
def status: () -> ("Creating" | "Active" | "Updating" | "Deleting" | "Failed")
|
#status_information ⇒ ::String
1423 |
# File 'sig/client.rbs', line 1423
def status_information: () -> ::String
|
#version_name ⇒ ::String
1420 |
# File 'sig/client.rbs', line 1420
def version_name: () -> ::String
|