Class: Aws::Types::VpcConnectivitySasl
- Inherits:
-
Object
- Object
- Aws::Types::VpcConnectivitySasl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::VpcConnectivityIam
Returns the value of attribute iam.
-
#scram ⇒ Types::VpcConnectivityScram
Returns the value of attribute scram.
Instance Attribute Details
#iam ⇒ Types::VpcConnectivityIam
Returns the value of attribute iam.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def iam @iam end |
#scram ⇒ Types::VpcConnectivityScram
Returns the value of attribute scram.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def scram @scram end |