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.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def instruction_text @instruction_text end |
#uploaded_document_metadata ⇒ Types::UploadedDocumentMetadata
Returns the value of attribute uploaded_document_metadata.
6804 6805 6806 |
# File 'sig/types.rbs', line 6804 def @uploaded_document_metadata end |