Class: Aws::Types::ContentData
- Inherits:
-
Object
- Object
- Aws::Types::ContentData
- 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.
-
#link_out_uri ⇒ ::String
Returns the value of attribute link_out_uri.
-
#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.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
Instance Attribute Details
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
499 500 501 |
# File 'sig/types.rbs', line 499 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def content_id @content_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
506 507 508 |
# File 'sig/types.rbs', line 506 def content_type @content_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def knowledge_base_id @knowledge_base_id end |
#link_out_uri ⇒ ::String
Returns the value of attribute link_out_uri.
510 511 512 |
# File 'sig/types.rbs', line 510 def link_out_uri @link_out_uri end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
508 509 510 |
# File 'sig/types.rbs', line 508 def end |
#name ⇒ ::String
Returns the value of attribute name.
503 504 505 |
# File 'sig/types.rbs', line 503 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def revision_id @revision_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
507 508 509 |
# File 'sig/types.rbs', line 507 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
509 510 511 |
# File 'sig/types.rbs', line 509 def end |
#title ⇒ ::String
Returns the value of attribute title.
505 506 507 |
# File 'sig/types.rbs', line 505 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
511 512 513 |
# File 'sig/types.rbs', line 511 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
512 513 514 |
# File 'sig/types.rbs', line 512 def url_expiry @url_expiry end |