Class: Aws::Types::ContentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
145 146 147 |
# File 'sig/types.rbs', line 145 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def content_id @content_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
147 148 149 |
# File 'sig/types.rbs', line 147 def content_type @content_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
148 149 150 |
# File 'sig/types.rbs', line 148 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
150 151 152 |
# File 'sig/types.rbs', line 150 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def revision_id @revision_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
153 154 155 |
# File 'sig/types.rbs', line 153 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
155 156 157 |
# File 'sig/types.rbs', line 155 def title @title end |