Class: Aws::Types::DescribeKeyPairsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKeyPairsRequest
- 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.
-
#include_public_key ⇒ Boolean
Returns the value of attribute include_public_key.
-
#key_names ⇒ ::Array[::String]
Returns the value of attribute key_names.
-
#key_pair_ids ⇒ ::Array[::String]
Returns the value of attribute key_pair_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6550 6551 6552 |
# File 'sig/types.rbs', line 6550 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def filters @filters end |
#include_public_key ⇒ Boolean
Returns the value of attribute include_public_key.
6549 6550 6551 |
# File 'sig/types.rbs', line 6549 def include_public_key @include_public_key end |
#key_names ⇒ ::Array[::String]
Returns the value of attribute key_names.
6547 6548 6549 |
# File 'sig/types.rbs', line 6547 def key_names @key_names end |
#key_pair_ids ⇒ ::Array[::String]
Returns the value of attribute key_pair_ids.
6548 6549 6550 |
# File 'sig/types.rbs', line 6548 def key_pair_ids @key_pair_ids end |