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)


6640
6641
6642
# File 'sig/types.rbs', line 6640

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6641
6642
6643
# File 'sig/types.rbs', line 6641

def filters
  @filters
end

#include_public_keyBoolean

Returns the value of attribute include_public_key.

Returns:

  • (Boolean)


6639
6640
6641
# File 'sig/types.rbs', line 6639

def include_public_key
  @include_public_key
end

#key_names::Array[::String]

Returns the value of attribute key_names.

Returns:

  • (::Array[::String])


6637
6638
6639
# File 'sig/types.rbs', line 6637

def key_names
  @key_names
end

#key_pair_ids::Array[::String]

Returns the value of attribute key_pair_ids.

Returns:

  • (::Array[::String])


6638
6639
6640
# File 'sig/types.rbs', line 6638

def key_pair_ids
  @key_pair_ids
end