Class: Aws::SSMContacts::Types::CreateRotationOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::CreateRotationOverrideResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the created rotation override.
Instance Attribute Details
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the created rotation override.
464 465 466 467 468 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 464 class CreateRotationOverrideResult < Struct.new( :rotation_override_id) SENSITIVE = [] include Aws::Structure end |