Class: Aws::Types::ServiceSpecificCredentialMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def create_date
  @create_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def expiration_date
  @expiration_date
end

#service_credential_alias::String

Returns the value of attribute service_credential_alias.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def service_credential_alias
  @service_credential_alias
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def service_name
  @service_name
end

#service_specific_credential_id::String

Returns the value of attribute service_specific_credential_id.

Returns:

  • (::String)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def service_specific_credential_id
  @service_specific_credential_id
end

#service_user_name::String

Returns the value of attribute service_user_name.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def service_user_name
  @service_user_name
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2002
2003
2004
# File 'sig/types.rbs', line 2002

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def user_name
  @user_name
end