Class: Aws::Types::UpdateDocumentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def document_id
  @document_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def name
  @name
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def parent_folder_id
  @parent_folder_id
end

#resource_state"ACTIVE", ...

Returns the value of attribute resource_state.

Returns:

  • ("ACTIVE", "RESTORING", "RECYCLING", "RECYCLED")


835
836
837
# File 'sig/types.rbs', line 835

def resource_state
  @resource_state
end