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::CertificateAuthority]

Returns the value of attribute certificate_authorities.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def certificate_authorities
  @certificate_authorities
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def next_token
  @next_token
end