Class: Aws::Types::AddProfileKeyRequest

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)


20
21
22
# File 'sig/types.rbs', line 20

def domain_name
  @domain_name
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def key_name
  @key_name
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def profile_id
  @profile_id
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


19
20
21
# File 'sig/types.rbs', line 19

def values
  @values
end