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