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.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def arn @arn end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def expiration @expiration end |
#path ⇒ ::String
Returns the value of attribute path.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def path @path end |
#server_certificate_id ⇒ ::String
Returns the value of attribute server_certificate_id.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def server_certificate_id @server_certificate_id end |
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def server_certificate_name @server_certificate_name end |
#upload_date ⇒ ::Time
Returns the value of attribute upload_date.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def upload_date @upload_date end |