Class: Aws::Types::ListCACertificatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificates::Array[Types::CACertificate]

Returns the value of attribute certificates.

Returns:



3084
3085
3086
# File 'sig/types.rbs', line 3084

def certificates
  @certificates
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3085
3086
3087
# File 'sig/types.rbs', line 3085

def next_marker
  @next_marker
end