Class: Aws::Types::ListCollaborationPrivacyBudgetTemplatesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListCollaborationPrivacyBudgetTemplatesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def collaboration_identifier @collaboration_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def next_token @next_token end |