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)


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.

Returns:



6368
6369
6370
# File 'sig/types.rbs', line 6368

def filters
  @filters
end

#include_public_keyBoolean

Returns the value of attribute include_public_key.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


6365
6366
6367
# File 'sig/types.rbs', line 6365

def key_pair_ids
  @key_pair_ids
end