Class: Aws::Types::ListCheckSummariesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def choice_id
  @choice_id
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def lens_arn
  @lens_arn
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def next_token
  @next_token
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def pillar_id
  @pillar_id
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def question_id
  @question_id
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def workload_id
  @workload_id
end