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)


4237
4238
4239
# File 'sig/types.rbs', line 4237

def dry_run
  @dry_run
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


4235
4236
4237
# File 'sig/types.rbs', line 4235

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


4236
4237
4238
# File 'sig/types.rbs', line 4236

def key_pair_id
  @key_pair_id
end