Class: Aws::Types::CollaborationChangeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationChangeSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_approved_change_types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute auto_approved_change_types.
Instance Attribute Details
#auto_approved_change_types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute auto_approved_change_types.
501 502 503 |
# File 'sig/types.rbs', line 501 def auto_approved_change_types @auto_approved_change_types end |