Class: Aws::Types::PutAuditEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAuditEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_events ⇒ ::Array[Types::AuditEvent]
Returns the value of attribute audit_events.
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
Instance Attribute Details
#audit_events ⇒ ::Array[Types::AuditEvent]
Returns the value of attribute audit_events.
50 51 52 |
# File 'sig/types.rbs', line 50 def audit_events @audit_events end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
51 52 53 |
# File 'sig/types.rbs', line 51 def channel_arn @channel_arn end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def external_id @external_id end |