Class: Aws::Types::Change
- Inherits:
-
Object
- Object
- Aws::Types::Change
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#specification ⇒ Types::ChangeSpecification
Returns the value of attribute specification.
-
#specification_type ⇒ "MEMBER", "COLLABORATION"
Returns the value of attribute specification_type.
-
#types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "EDIT_AUTO_APPROVED_CHANGE_TYPES" | "ADD_PAYER_CANDIDATE" | "REMOVE_PAYER_CANDIDATE" | "GRANT_CAN_RECEIVE_MODEL_OUTPUT" | "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" | "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" | "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute types.
Instance Attribute Details
#specification ⇒ Types::ChangeSpecification
Returns the value of attribute specification.
385 386 387 |
# File 'sig/types.rbs', line 385 def specification @specification end |
#specification_type ⇒ "MEMBER", "COLLABORATION"
Returns the value of attribute specification_type.
384 385 386 |
# File 'sig/types.rbs', line 384 def specification_type @specification_type end |
#types ⇒ ::Array[("ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY" | "EDIT_AUTO_APPROVED_CHANGE_TYPES" | "ADD_PAYER_CANDIDATE" | "REMOVE_PAYER_CANDIDATE" | "GRANT_CAN_RECEIVE_MODEL_OUTPUT" | "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" | "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" | "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT" | "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY" | "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY")]
Returns the value of attribute types.
386 387 388 |
# File 'sig/types.rbs', line 386 def types @types end |