Class: Aws::SSMContacts::Types::CreateRotationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::CreateRotationResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the created rotation.
Instance Attribute Details
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the created rotation.
545 546 547 548 549 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 545 class CreateRotationResult < Struct.new( :rotation_arn) SENSITIVE = [] include Aws::Structure end |