Class: Aws::Types::ListContentAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContentAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#content_id ⇒ ::String
Returns the value of attribute content_id.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def knowledge_base_id @knowledge_base_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def next_token @next_token end |