Class: Aws::Types::ImportKeyPairRequest

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)


11626
11627
11628
# File 'sig/types.rbs', line 11626

def dry_run
  @dry_run
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


11627
11628
11629
# File 'sig/types.rbs', line 11627

def key_name
  @key_name
end

#public_key_material::String

Returns the value of attribute public_key_material.

Returns:

  • (::String)


11628
11629
11630
# File 'sig/types.rbs', line 11628

def public_key_material
  @public_key_material
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11625
11626
11627
# File 'sig/types.rbs', line 11625

def tag_specifications
  @tag_specifications
end