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.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def iam @iam end |
#scram ⇒ Types::VpcConnectivityScram
Returns the value of attribute scram.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def scram @scram end |