Class: Aws::Types::ServiceSpecificCredential

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:service_password, :service_credential_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def create_date
  @create_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def expiration_date
  @expiration_date
end

#service_credential_alias::String

Returns the value of attribute service_credential_alias.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def service_credential_alias
  @service_credential_alias
end

#service_credential_secret::String

Returns the value of attribute service_credential_secret.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def service_credential_secret
  @service_credential_secret
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def service_name
  @service_name
end

#service_password::String

Returns the value of attribute service_password.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def service_password
  @service_password
end

#service_specific_credential_id::String

Returns the value of attribute service_specific_credential_id.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def service_specific_credential_id
  @service_specific_credential_id
end

#service_user_name::String

Returns the value of attribute service_user_name.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def service_user_name
  @service_user_name
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Expired")


1996
1997
1998
# File 'sig/types.rbs', line 1996

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def user_name
  @user_name
end