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.
7933 7934 7935 |
# File 'sig/types.rbs', line 7933 def next_token @next_token end |
#vpc_encryption_controls ⇒ ::Array[Types::VpcEncryptionControl]
Returns the value of attribute vpc_encryption_controls.
7932 7933 7934 |
# File 'sig/types.rbs', line 7932 def vpc_encryption_controls @vpc_encryption_controls end |