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.
7739 7740 7741 |
# File 'sig/types.rbs', line 7739 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7740 7741 7742 |
# File 'sig/types.rbs', line 7740 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7744 7745 7746 |
# File 'sig/types.rbs', line 7744 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7743 7744 7745 |
# File 'sig/types.rbs', line 7743 def next_token @next_token end |
#vpc_encryption_control_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_encryption_control_ids.
7741 7742 7743 |
# File 'sig/types.rbs', line 7741 def vpc_encryption_control_ids @vpc_encryption_control_ids end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
7742 7743 7744 |
# File 'sig/types.rbs', line 7742 def vpc_ids @vpc_ids end |