Class: Aws::Types::AddProfileKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddProfileKeyRequest
- 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.
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.
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def profile_id @profile_id end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
19 20 21 |
# File 'sig/types.rbs', line 19 def values @values end |