Class: Aws::Types::DeleteProfileKeyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def domain_name
  @domain_name
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def key_name
  @key_name
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def profile_id
  @profile_id
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


684
685
686
# File 'sig/types.rbs', line 684

def values
  @values
end