Class: Aws::IAM::Types::CreateServiceSpecificCredentialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateServiceSpecificCredentialResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Instance Attribute Summary collapse
-
#service_specific_credential ⇒ Types::ServiceSpecificCredential
A structure that contains information about the newly created service-specific credential.
Instance Attribute Details
#service_specific_credential ⇒ Types::ServiceSpecificCredential
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
1392 1393 1394 1395 |
# File 'lib/aws-sdk-iam/types.rb', line 1392 class CreateServiceSpecificCredentialResponse < Struct.new( :service_specific_credential) include Aws::Structure end |