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)


391
392
393
# File 'sig/types.rbs', line 391

def policy_name
  @policy_name
end

#source"SELF", "CROSS_ACCOUNT"

Returns the value of attribute source.

Returns:

  • ("SELF", "CROSS_ACCOUNT")


392
393
394
# File 'sig/types.rbs', line 392

def source
  @source
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def value
  @value
end