Class: Aws::Types::DescribeVpcEncryptionControlsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEncryptionControlsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_encryption_control_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_encryption_control_ids.
-
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7922 7923 7924 |
# File 'sig/types.rbs', line 7922 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7923 7924 7925 |
# File 'sig/types.rbs', line 7923 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7927 7928 7929 |
# File 'sig/types.rbs', line 7927 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7926 7927 7928 |
# File 'sig/types.rbs', line 7926 def next_token @next_token end |
#vpc_encryption_control_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_encryption_control_ids.
7924 7925 7926 |
# File 'sig/types.rbs', line 7924 def vpc_encryption_control_ids @vpc_encryption_control_ids end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
7925 7926 7927 |
# File 'sig/types.rbs', line 7925 def vpc_ids @vpc_ids end |