Class: Aws::Types::CreateFaqRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFaqRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#file_format ⇒ "CSV", ...
Returns the value of attribute file_format.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_path ⇒ Types::S3Path
Returns the value of attribute s3_path.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
431 432 433 |
# File 'sig/types.rbs', line 431 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
426 427 428 |
# File 'sig/types.rbs', line 426 def description @description end |
#file_format ⇒ "CSV", ...
Returns the value of attribute file_format.
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.
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.
432 433 434 |
# File 'sig/types.rbs', line 432 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
425 426 427 |
# File 'sig/types.rbs', line 425 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def role_arn @role_arn end |
#s3_path ⇒ Types::S3Path
Returns the value of attribute s3_path.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def @tags end |