Class: Aws::Types::ListCertificateAuthoritiesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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
  @certificate_authorities
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def next_token
  @next_token
end