Class: Aws::Types::UpdateContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_id ⇒ ::String

Returns the value of attribute content_id.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def content_id
  @content_id
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def knowledge_base_id
  @knowledge_base_id
end

#metadata ⇒ ::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


973
974
975
# File 'sig/types.rbs', line 973

def 
  
end

Returns the value of attribute override_link_out_uri.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def override_link_out_uri
  @override_link_out_uri
end

Returns the value of attribute remove_override_link_out_uri.

Returns:

  • (Boolean)


975
976
977
# File 'sig/types.rbs', line 975

def remove_override_link_out_uri
  @remove_override_link_out_uri
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def revision_id
  @revision_id
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def title
  @title
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def upload_id
  @upload_id
end