Class: Aws::Types::ModifyActivityStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyActivityStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_policy_state ⇒ "locked", "unlocked"
Returns the value of attribute audit_policy_state.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#audit_policy_state ⇒ "locked", "unlocked"
Returns the value of attribute audit_policy_state.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def audit_policy_state @audit_policy_state end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def resource_arn @resource_arn end |