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)


282
283
284
# File 'sig/types.rbs', line 282

def credential_age_days
  @credential_age_days
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def service_name
  @service_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def user_name
  @user_name
end