Class: Aws::Types::ListOutgoingCertificatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3379
3380
3381
# File 'sig/types.rbs', line 3379

def next_marker
  @next_marker
end

#outgoing_certificates::Array[Types::OutgoingCertificate]

Returns the value of attribute outgoing_certificates.

Returns:



3378
3379
3380
# File 'sig/types.rbs', line 3378

def outgoing_certificates
  @outgoing_certificates
end