Class: Aws::Types::CreateQuerySuggestionsBlockListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuerySuggestionsBlockListRequest
- 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.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_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.
482 483 484 |
# File 'sig/types.rbs', line 482 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
480 481 482 |
# File 'sig/types.rbs', line 480 def description @description end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
479 480 481 |
# File 'sig/types.rbs', line 479 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def role_arn @role_arn end |
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
481 482 483 |
# File 'sig/types.rbs', line 481 def source_s3_path @source_s3_path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
484 485 486 |
# File 'sig/types.rbs', line 484 def @tags end |