Class: Aws::Types::AttachmentContent

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hash::String

Returns the value of attribute hash.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def hash
  @hash
end

#hash_type"Sha256"

Returns the value of attribute hash_type.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def hash_type
  @hash_type
end

#name::String

Returns the value of attribute name.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def name
  @name
end

#size::Integer

Returns the value of attribute size.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def size
  @size
end

#url::String

Returns the value of attribute url.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def url
  @url
end