Class: Aws::Types::DeleteKeyPairRequest

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)


4373
4374
4375
# File 'sig/types.rbs', line 4373

def dry_run
  @dry_run
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


4371
4372
4373
# File 'sig/types.rbs', line 4371

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


4372
4373
4374
# File 'sig/types.rbs', line 4372

def key_pair_id
  @key_pair_id
end