Class: Aws::Types::UpdateQuerySuggestionsBlockListRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuerySuggestionsBlockListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def role_arn @role_arn end |
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def source_s3_path @source_s3_path end |