Class: Aws::Types::DocumentItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def url
  @url
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def version
  @version
end