Class: Aws::Types::GetExclusionsPreviewResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusion_previews::Array[Types::ExclusionPreview]

Returns the value of attribute exclusion_previews.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def exclusion_previews
  @exclusion_previews
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def next_token
  @next_token
end

#preview_status"WORK_IN_PROGRESS", "COMPLETED"

Returns the value of attribute preview_status.

Returns:

  • ("WORK_IN_PROGRESS", "COMPLETED")


419
420
421
# File 'sig/types.rbs', line 419

def preview_status
  @preview_status
end