Class: Aws::Types::CreateServiceSpecificCredentialRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credential_age_days::Integer

Returns the value of attribute credential_age_days.

Returns:

  • (::Integer)


294
295
296
# File 'sig/types.rbs', line 294

def credential_age_days
  @credential_age_days
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def service_name
  @service_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def user_name
  @user_name
end