Class: Aws::Types::RelayAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::RelayAuthentication
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: NoAuthentication, SecretArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#no_authentication ⇒ Types::NoAuthentication
Returns the value of attribute no_authentication.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#no_authentication ⇒ Types::NoAuthentication
Returns the value of attribute no_authentication.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def no_authentication @no_authentication end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def secret_arn @secret_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def unknown @unknown end |