Class: Aws::Types::RouterSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array[Types::RouterDestinationSettings]

Returns the value of attribute destinations.

Returns:



5899
5900
5901
# File 'sig/types.rbs', line 5899

def destinations
  @destinations
end

#encryption_type"AUTOMATIC", "SECRETS_MANAGER"

Returns the value of attribute encryption_type.

Returns:

  • ("AUTOMATIC", "SECRETS_MANAGER")


5900
5901
5902
# File 'sig/types.rbs', line 5900

def encryption_type
  @encryption_type
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


5901
5902
5903
# File 'sig/types.rbs', line 5901

def secret_arn
  @secret_arn
end