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)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def document_content_length
  @document_content_length
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def mime_type
  @mime_type
end

#presigned_url::String

Returns the value of attribute presigned_url.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def presigned_url
  @presigned_url
end