Class: Aws::Types::DescribeVpcEncryptionControlsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEncryptionControlsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_encryption_controls ⇒ ::Array[Types::VpcEncryptionControl]
Returns the value of attribute vpc_encryption_controls.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7750 7751 7752 |
# File 'sig/types.rbs', line 7750 def next_token @next_token end |
#vpc_encryption_controls ⇒ ::Array[Types::VpcEncryptionControl]
Returns the value of attribute vpc_encryption_controls.
7749 7750 7751 |
# File 'sig/types.rbs', line 7749 def vpc_encryption_controls @vpc_encryption_controls end |