Class: Aws::Types::ServerCertificateMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServerCertificateMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#server_certificate_id ⇒ ::String
Returns the value of attribute server_certificate_id.
-
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
-
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def arn @arn end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def expiration @expiration end |
#path ⇒ ::String
Returns the value of attribute path.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def path @path end |
#server_certificate_id ⇒ ::String
Returns the value of attribute server_certificate_id.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def server_certificate_id @server_certificate_id end |
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def server_certificate_name @server_certificate_name end |
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def upload_date @upload_date end |