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.
119 120 121 |
# File 'sig/types.rbs', line 119 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def content_id @content_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
121 122 123 |
# File 'sig/types.rbs', line 121 def content_type @content_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def knowledge_base_id @knowledge_base_id end |
#link_out_uri ⇒ ::String
Returns the value of attribute link_out_uri.
124 125 126 |
# File 'sig/types.rbs', line 124 def link_out_uri @link_out_uri end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
125 126 127 |
# File 'sig/types.rbs', line 125 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
126 127 128 |
# File 'sig/types.rbs', line 126 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def revision_id @revision_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
128 129 130 |
# File 'sig/types.rbs', line 128 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
129 130 131 |
# File 'sig/types.rbs', line 129 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
130 131 132 |
# File 'sig/types.rbs', line 130 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
131 132 133 |
# File 'sig/types.rbs', line 131 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
132 133 134 |
# File 'sig/types.rbs', line 132 def url_expiry @url_expiry end |