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.
544 545 546 |
# File 'sig/types.rbs', line 544 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
545 546 547 |
# File 'sig/types.rbs', line 545 def content_id @content_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
551 552 553 |
# File 'sig/types.rbs', line 551 def content_type @content_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
546 547 548 |
# File 'sig/types.rbs', line 546 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
553 554 555 |
# File 'sig/types.rbs', line 553 def end |
#name ⇒ ::String
Returns the value of attribute name.
548 549 550 |
# File 'sig/types.rbs', line 548 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def revision_id @revision_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
552 553 554 |
# File 'sig/types.rbs', line 552 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
554 555 556 |
# File 'sig/types.rbs', line 554 def end |
#title ⇒ ::String
Returns the value of attribute title.
550 551 552 |
# File 'sig/types.rbs', line 550 def title @title end |