Class: Aws::IAM::Types::ResetServiceSpecificCredentialResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_specific_credentialTypes::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.



8574
8575
8576
8577
8578
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 8574

class ResetServiceSpecificCredentialResponse < Struct.new(
  :service_specific_credential)
  SENSITIVE = []
  include Aws::Structure
end