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)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def create_date
  @create_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def expiration_date
  @expiration_date
end

#service_credential_alias::String

Returns the value of attribute service_credential_alias.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def service_credential_alias
  @service_credential_alias
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def service_name
  @service_name
end

#service_specific_credential_id::String

Returns the value of attribute service_specific_credential_id.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def service_specific_credential_id
  @service_specific_credential_id
end

#service_user_name::String

Returns the value of attribute service_user_name.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def service_user_name
  @service_user_name
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2106
2107
2108
# File 'sig/types.rbs', line 2106

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def user_name
  @user_name
end