Class: Aws::Types::DescribeQuerySuggestionsBlockListResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQuerySuggestionsBlockListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#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.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
816 817 818 |
# File 'sig/types.rbs', line 816 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
813 814 815 |
# File 'sig/types.rbs', line 813 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
815 816 817 |
# File 'sig/types.rbs', line 815 def @error_message end |
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
820 821 822 |
# File 'sig/types.rbs', line 820 def file_size_bytes @file_size_bytes end |
#id ⇒ ::String
Returns the value of attribute id.
811 812 813 |
# File 'sig/types.rbs', line 811 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def index_id @index_id end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
819 820 821 |
# File 'sig/types.rbs', line 819 def item_count @item_count end |
#name ⇒ ::String
Returns the value of attribute name.
812 813 814 |
# File 'sig/types.rbs', line 812 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
821 822 823 |
# File 'sig/types.rbs', line 821 def role_arn @role_arn end |
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
818 819 820 |
# File 'sig/types.rbs', line 818 def source_s3_path @source_s3_path end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
814 815 816 |
# File 'sig/types.rbs', line 814 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
817 818 819 |
# File 'sig/types.rbs', line 817 def updated_at @updated_at end |