Class: Aws::Types::CreateContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def client_token
  @client_token
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute metadata.

Returns:

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


720
721
722
# File 'sig/types.rbs', line 720

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def name
  @name
end

Returns the value of attribute override_link_out_uri.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def override_link_out_uri
  @override_link_out_uri
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


723
724
725
# File 'sig/types.rbs', line 723

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def title
  @title
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def upload_id
  @upload_id
end