Class: Aws::Types::UpdateDocumentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::AttachmentsSource]

Returns the value of attribute attachments.

Returns:



4484
4485
4486
# File 'sig/types.rbs', line 4484

def attachments
  @attachments
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def content
  @content
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


4486
4487
4488
# File 'sig/types.rbs', line 4486

def display_name
  @display_name
end

#document_format"YAML", ...

Returns the value of attribute document_format.

Returns:

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


4489
4490
4491
# File 'sig/types.rbs', line 4489

def document_format
  @document_format
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


4488
4489
4490
# File 'sig/types.rbs', line 4488

def document_version
  @document_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4485
4486
4487
# File 'sig/types.rbs', line 4485

def name
  @name
end

#target_type::String

Returns the value of attribute target_type.

Returns:

  • (::String)


4490
4491
4492
# File 'sig/types.rbs', line 4490

def target_type
  @target_type
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


4487
4488
4489
# File 'sig/types.rbs', line 4487

def version_name
  @version_name
end