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)


189
190
191
# File 'sig/types.rbs', line 189

def client_token
  @client_token
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute metadata.

Returns:

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


191
192
193
# File 'sig/types.rbs', line 191

def 
  
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def name
  @name
end

Returns the value of attribute override_link_out_uri.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def override_link_out_uri
  @override_link_out_uri
end

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

Returns the value of attribute tags.

Returns:

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


194
195
196
# File 'sig/types.rbs', line 194

def tags
  @tags
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def title
  @title
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def upload_id
  @upload_id
end