Class: Aws::Types::CreateFaqRequest

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)


431
432
433
# File 'sig/types.rbs', line 431

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def description
  @description
end

#file_format"CSV", ...

Returns the value of attribute file_format.

Returns:

  • ("CSV", "CSV_WITH_HEADER", "JSON")


430
431
432
# File 'sig/types.rbs', line 430

def file_format
  @file_format
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def index_id
  @index_id
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def role_arn
  @role_arn
end

#s3_pathTypes::S3Path

Returns the value of attribute s3_path.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def s3_path
  @s3_path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def tags
  @tags
end