Class: Aws::Types::DescribeKeyPairsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



6551
6552
6553
# File 'sig/types.rbs', line 6551

def filters
  @filters
end

#include_public_keyBoolean

Returns the value of attribute include_public_key.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


6548
6549
6550
# File 'sig/types.rbs', line 6548

def key_pair_ids
  @key_pair_ids
end