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"CustomEula", ...

Returns the value of attribute type.

Returns:

  • ("CustomEula", "CustomDsa", "EnterpriseEula", "StandardEula", "StandardDsa")


144
145
146
# File 'sig/types.rbs', line 144

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def url
  @url
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def version
  @version
end