Class: Aws::IAM::Types::CreateServiceSpecificCredentialResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#service_specific_credentialTypes::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 must reset the password with ResetServiceSpecificCredential.



1497
1498
1499
1500
# File 'lib/aws-sdk-iam/types.rb', line 1497

class CreateServiceSpecificCredentialResponse < Struct.new(
  :service_specific_credential)
  include Aws::Structure
end