Class: Aws::Types::AuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
Instance Attribute Details
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def access_role_arn @access_role_arn end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def connection_arn @connection_arn end |