Class: Aws::Types::CertificateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_detail ⇒ Types::Certificate
Returns the value of attribute certificate_detail.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def certificate_arn @certificate_arn end |
#certificate_detail ⇒ Types::Certificate
Returns the value of attribute certificate_detail.
336 337 338 |
# File 'sig/types.rbs', line 336 def certificate_detail @certificate_detail end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
334 335 336 |
# File 'sig/types.rbs', line 334 def certificate_name @certificate_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
335 336 337 |
# File 'sig/types.rbs', line 335 def domain_name @domain_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
337 338 339 |
# File 'sig/types.rbs', line 337 def end |