Class: Aws::Types::GetAttachmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_size_in_bytes::Integer

Returns the value of attribute attachment_size_in_bytes.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def attachment_size_in_bytes
  @attachment_size_in_bytes
end

#url::String

Returns the value of attribute url.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def url
  @url
end

#url_expiry::String

Returns the value of attribute url_expiry.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def url_expiry
  @url_expiry
end