Class: Aws::Types::DisasterRecoverySource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def policy_name
  @policy_name
end

#source"SELF", "CROSS_ACCOUNT"

Returns the value of attribute source.

Returns:

  • ("SELF", "CROSS_ACCOUNT")


385
386
387
# File 'sig/types.rbs', line 385

def source
  @source
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def value
  @value
end