Class: Aws::Types::ListCheckDetailsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#check_details ⇒ ::Array[Types::CheckDetail]

Returns the value of attribute check_details.

Returns:



1183
1184
1185
# File 'sig/types.rbs', line 1183

def check_details
  @check_details
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def next_token
  @next_token
end