Class: Aws::Types::DescribeFaqResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFaqResponse
- 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_format ⇒ "CSV", ...
Returns the value of attribute file_format.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#status ⇒ "CREATING", ...
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.
733 734 735 |
# File 'sig/types.rbs', line 733 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
732 733 734 |
# File 'sig/types.rbs', line 732 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
738 739 740 |
# File 'sig/types.rbs', line 738 def @error_message end |
#file_format ⇒ "CSV", ...
Returns the value of attribute file_format.
739 740 741 |
# File 'sig/types.rbs', line 739 def file_format @file_format end |
#id ⇒ ::String
Returns the value of attribute id.
729 730 731 |
# File 'sig/types.rbs', line 729 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def index_id @index_id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
740 741 742 |
# File 'sig/types.rbs', line 740 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
731 732 733 |
# File 'sig/types.rbs', line 731 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def role_arn @role_arn end |
#s3_path ⇒ Types::S3Path
Returns the value of attribute s3_path.
735 736 737 |
# File 'sig/types.rbs', line 735 def s3_path @s3_path end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
736 737 738 |
# File 'sig/types.rbs', line 736 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
734 735 736 |
# File 'sig/types.rbs', line 734 def updated_at @updated_at end |