Class: Aws::Types::DescribeCertificatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
721 722 723 |
# File 'sig/types.rbs', line 721 def certificates @certificates end |
#marker ⇒ ::String
Returns the value of attribute marker.
720 721 722 |
# File 'sig/types.rbs', line 720 def marker @marker end |