Class: Aws::Types::GetExclusionsPreviewRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_template_arn::String

Returns the value of attribute assessment_template_arn.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def assessment_template_arn
  @assessment_template_arn
end

#locale"EN_US"

Returns the value of attribute locale.

Returns:

  • ("EN_US")


414
415
416
# File 'sig/types.rbs', line 414

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


413
414
415
# File 'sig/types.rbs', line 413

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def next_token
  @next_token
end

#preview_token::String

Returns the value of attribute preview_token.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def preview_token
  @preview_token
end