Class: Aws::Types::ListCertificateAuthoritiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificateAuthoritiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authorities ⇒ ::Array[Types::CertificateAuthoritySummary]
Returns the value of attribute certificate_authorities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#certificate_authorities ⇒ ::Array[Types::CertificateAuthoritySummary]
Returns the value of attribute certificate_authorities.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def @certificate_authorities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def next_token @next_token end |