Class: Aws::Types::CredentialSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


48
49
50
# File 'sig/types.rbs', line 48

def enabled
  @enabled
end

#failedBoolean

Returns the value of attribute failed.

Returns:

  • (Boolean)


50
51
52
# File 'sig/types.rbs', line 50

def failed
  @failed
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def issuer
  @issuer
end

#seen_at::Time

Returns the value of attribute seen_at.

Returns:

  • (::Time)


45
46
47
# File 'sig/types.rbs', line 45

def seen_at
  @seen_at
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def serial_number
  @serial_number
end

#x509_certificate_data::String

Returns the value of attribute x509_certificate_data.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def x509_certificate_data
  @x509_certificate_data
end