Class: Aws::Types::DeleteProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
567 568 569 |
# File 'sig/types.rbs', line 567 def client_request_token @client_request_token end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
566 567 568 |
# File 'sig/types.rbs', line 566 def profile_arn @profile_arn end |