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)


3232
3233
3234
# File 'sig/types.rbs', line 3232

def content_id
  @content_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


3231
3232
3233
# File 'sig/types.rbs', line 3231

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute metadata.

Returns:

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


3237
3238
3239
# File 'sig/types.rbs', line 3237

def 
  @metadata
end

Returns the value of attribute override_link_out_uri.

Returns:

  • (::String)


3235
3236
3237
# File 'sig/types.rbs', line 3235

def override_link_out_uri
  @override_link_out_uri
end

Returns the value of attribute remove_override_link_out_uri.

Returns:

  • (Boolean)


3236
3237
3238
# File 'sig/types.rbs', line 3236

def remove_override_link_out_uri
  @remove_override_link_out_uri
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


3233
3234
3235
# File 'sig/types.rbs', line 3233

def revision_id
  @revision_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3234
3235
3236
# File 'sig/types.rbs', line 3234

def title
  @title
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


3238
3239
3240
# File 'sig/types.rbs', line 3238

def upload_id
  @upload_id
end