Class: Aws::Types::GetDocumentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_format"YAML", ...

Returns the value of attribute document_format.

Returns:

  • ("YAML", "JSON", "TEXT")


1825
1826
1827
# File 'sig/types.rbs', line 1825

def document_format
  @document_format
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def document_version
  @document_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def name
  @name
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def version_name
  @version_name
end