Class: Aws::Types::FaqSummary
- Inherits:
-
Object
- Object
- Aws::Types::FaqSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#file_format ⇒ "CSV", ...
Returns the value of attribute file_format.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def created_at @created_at end |
#file_format ⇒ "CSV", ...
Returns the value of attribute file_format.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def file_format @file_format end |
#id ⇒ ::String
Returns the value of attribute id.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def id @id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def updated_at @updated_at end |