Class: Aws::Types::AuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connectivity ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute connectivity.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#connectivity ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute connectivity.
127 128 129 |
# File 'sig/types.rbs', line 127 def connectivity @connectivity end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
126 127 128 |
# File 'sig/types.rbs', line 126 def role_arn @role_arn end |