Class: Aws::IAM::Types::ResetServiceSpecificCredentialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ResetServiceSpecificCredentialResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Instance Attribute Summary collapse
-
#service_specific_credential ⇒ Types::ServiceSpecificCredential
A structure with details about the updated service-specific credential, including the new password.
Instance Attribute Details
#service_specific_credential ⇒ Types::ServiceSpecificCredential
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
6999 7000 7001 7002 |
# File 'lib/aws-sdk-iam/types.rb', line 6999 class ResetServiceSpecificCredentialResponse < Struct.new( :service_specific_credential) include Aws::Structure end |