Class: Aws::Types::ResponseItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:web_url])

Instance Attribute Summary collapse

Instance Attribute Details

#comment_metadataTypes::CommentMetadata

Returns the value of attribute comment_metadata.



725
726
727
# File 'sig/types.rbs', line 725

def 
  
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.



723
724
725
# File 'sig/types.rbs', line 723

def 
  
end

#document_version_metadataTypes::DocumentVersionMetadata

Returns the value of attribute document_version_metadata.



726
727
728
# File 'sig/types.rbs', line 726

def 
  
end

#folder_metadataTypes::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.

Returns:

  • ("DOCUMENT", "FOLDER", "COMMENT", "DOCUMENT_VERSION")


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.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def web_url
  @web_url
end