Class: Aws::Types::CredentialSummary
- Inherits:
-
Object
- Object
- Aws::Types::CredentialSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#failed ⇒ Boolean
Returns the value of attribute failed.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#seen_at ⇒ ::Time
Returns the value of attribute seen_at.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#x509_certificate_data ⇒ ::String
Returns the value of attribute x509_certificate_data.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
48 49 50 |
# File 'sig/types.rbs', line 48 def enabled @enabled end |
#failed ⇒ Boolean
Returns the value of attribute failed.
50 51 52 |
# File 'sig/types.rbs', line 50 def failed @failed end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
47 48 49 |
# File 'sig/types.rbs', line 47 def issuer @issuer end |
#seen_at ⇒ ::Time
Returns the value of attribute seen_at.
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.
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def x509_certificate_data @x509_certificate_data end |