Class: Aws::Types::RouterInputSettings

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::RouterDestination]

Returns the value of attribute destinations.

Returns:



5880
5881
5882
# File 'sig/types.rbs', line 5880

def destinations
  @destinations
end

#encryption_type"AUTOMATIC", "SECRETS_MANAGER"

Returns the value of attribute encryption_type.

Returns:

  • ("AUTOMATIC", "SECRETS_MANAGER")


5881
5882
5883
# File 'sig/types.rbs', line 5881

def encryption_type
  @encryption_type
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


5882
5883
5884
# File 'sig/types.rbs', line 5882

def secret_arn
  @secret_arn
end