Class: Aws::Types::CancelRotateSecretResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def name
  @name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def version_id
  @version_id
end