Class: Aws::Types::GetDocumentContentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:presigned_url])

Instance Attribute Summary collapse

Instance Attribute Details

#document_content_length::Integer

Returns the value of attribute document_content_length.

Returns:

  • (::Integer)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def document_content_length
  @document_content_length
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def mime_type
  @mime_type
end

#presigned_url::String

Returns the value of attribute presigned_url.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def presigned_url
  @presigned_url
end