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