Class: Aws::Types::ResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::ResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_metadata ⇒ Types::CommentMetadata
Returns the value of attribute comment_metadata.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#document_version_metadata ⇒ Types::DocumentVersionMetadata
Returns the value of attribute document_version_metadata.
-
#folder_metadata ⇒ Types::FolderMetadata
Returns the value of attribute folder_metadata.
-
#resource_type ⇒ "DOCUMENT", ...
Returns the value of attribute resource_type.
-
#web_url ⇒ ::String
Returns the value of attribute web_url.
Instance Attribute Details
#comment_metadata ⇒ Types::CommentMetadata
Returns the value of attribute comment_metadata.
725 726 727 |
# File 'sig/types.rbs', line 725 def end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
723 724 725 |
# File 'sig/types.rbs', line 723 def end |
#document_version_metadata ⇒ Types::DocumentVersionMetadata
Returns the value of attribute document_version_metadata.
726 727 728 |
# File 'sig/types.rbs', line 726 def end |
#folder_metadata ⇒ Types::FolderMetadata
Returns the value of attribute folder_metadata.
724 725 726 |
# File 'sig/types.rbs', line 724 def end |
#resource_type ⇒ "DOCUMENT", ...
Returns the value of attribute resource_type.
721 722 723 |
# File 'sig/types.rbs', line 721 def resource_type @resource_type end |
#web_url ⇒ ::String
Returns the value of attribute web_url.
722 723 724 |
# File 'sig/types.rbs', line 722 def web_url @web_url end |