Class: Aws::SSMContacts::Types::CreateRotationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rotation_arnString

The Amazon Resource Name (ARN) of the created rotation.

Returns:

  • (String)


560
561
562
563
564
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 560

class CreateRotationResult < Struct.new(
  :rotation_arn)
  SENSITIVE = []
  include Aws::Structure
end