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)


545
546
547
548
549
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 545

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