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)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def create_date
  @create_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def expiration_date
  @expiration_date
end

#service_credential_alias::String

Returns the value of attribute service_credential_alias.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def service_credential_alias
  @service_credential_alias
end

#service_credential_secret::String

Returns the value of attribute service_credential_secret.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def service_credential_secret
  @service_credential_secret
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def service_name
  @service_name
end

#service_password::String

Returns the value of attribute service_password.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def service_password
  @service_password
end

#service_specific_credential_id::String

Returns the value of attribute service_specific_credential_id.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def service_specific_credential_id
  @service_specific_credential_id
end

#service_user_name::String

Returns the value of attribute service_user_name.

Returns:

  • (::String)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def service_user_name
  @service_user_name
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2100
2101
2102
# File 'sig/types.rbs', line 2100

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def user_name
  @user_name
end