Class: Aws::Types::DescribeLunaClientResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLunaClientResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_fingerprint ⇒ ::String
Returns the value of attribute certificate_fingerprint.
-
#client_arn ⇒ ::String
Returns the value of attribute client_arn.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#last_modified_timestamp ⇒ ::String
Returns the value of attribute last_modified_timestamp.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
156 157 158 |
# File 'sig/types.rbs', line 156 def certificate @certificate end |
#certificate_fingerprint ⇒ ::String
Returns the value of attribute certificate_fingerprint.
157 158 159 |
# File 'sig/types.rbs', line 157 def certificate_fingerprint @certificate_fingerprint end |
#client_arn ⇒ ::String
Returns the value of attribute client_arn.
155 156 157 |
# File 'sig/types.rbs', line 155 def client_arn @client_arn end |
#label ⇒ ::String
Returns the value of attribute label.
159 160 161 |
# File 'sig/types.rbs', line 159 def label @label end |
#last_modified_timestamp ⇒ ::String
Returns the value of attribute last_modified_timestamp.
158 159 160 |
# File 'sig/types.rbs', line 158 def @last_modified_timestamp end |