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.
6367 6368 6369 |
# File 'sig/types.rbs', line 6367 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6368 6369 6370 |
# File 'sig/types.rbs', line 6368 def filters @filters end |
#include_public_key ⇒ Boolean
Returns the value of attribute include_public_key.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def include_public_key @include_public_key end |
#key_names ⇒ ::Array[::String]
Returns the value of attribute key_names.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def key_names @key_names end |
#key_pair_ids ⇒ ::Array[::String]
Returns the value of attribute key_pair_ids.
6365 6366 6367 |
# File 'sig/types.rbs', line 6365 def key_pair_ids @key_pair_ids end |