Class: Aws::Types::InlineCustomInstruction
- Inherits:
-
Object
- Object
- Aws::Types::InlineCustomInstruction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instruction_text ⇒ ::String
Returns the value of attribute instruction_text.
-
#uploaded_document_metadata ⇒ Types::UploadedDocumentMetadata
Returns the value of attribute uploaded_document_metadata.
Instance Attribute Details
#instruction_text ⇒ ::String
Returns the value of attribute instruction_text.
7069 7070 7071 |
# File 'sig/types.rbs', line 7069 def instruction_text @instruction_text end |
#uploaded_document_metadata ⇒ Types::UploadedDocumentMetadata
Returns the value of attribute uploaded_document_metadata.
7070 7071 7072 |
# File 'sig/types.rbs', line 7070 def @uploaded_document_metadata end |