Class: Aws::Types::DeleteProfileKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProfileKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
682 683 684 |
# File 'sig/types.rbs', line 682 def profile_id @profile_id end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
684 685 686 |
# File 'sig/types.rbs', line 684 def values @values end |