Class: Aws::Types::RouterSettings
- Inherits:
-
Object
- Object
- Aws::Types::RouterSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::RouterDestinationSettings]
Returns the value of attribute destinations.
-
#encryption_type ⇒ "AUTOMATIC", "SECRETS_MANAGER"
Returns the value of attribute encryption_type.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#destinations ⇒ ::Array[Types::RouterDestinationSettings]
Returns the value of attribute destinations.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def destinations @destinations end |
#encryption_type ⇒ "AUTOMATIC", "SECRETS_MANAGER"
Returns the value of attribute encryption_type.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def encryption_type @encryption_type end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def secret_arn @secret_arn end |