Class: Aws::Types::PutAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccountConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry_events ⇒ Types::ExpiryEventsConfiguration
Returns the value of attribute expiry_events.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
Instance Attribute Details
#expiry_events ⇒ Types::ExpiryEventsConfiguration
Returns the value of attribute expiry_events.
833 834 835 |
# File 'sig/types.rbs', line 833 def expiry_events @expiry_events end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
834 835 836 |
# File 'sig/types.rbs', line 834 def idempotency_token @idempotency_token end |