Class: Aws::Types::ListCrlsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crls::Array[Types::CrlDetail]

Returns the value of attribute crls.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def crls
  @crls
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def next_token
  @next_token
end