Class: Aws::ResourceExplorer2::Types::DeleteResourceExplorerSetupInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_in_all_regionsBoolean

Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled. If this parameter is set to true, a value for RegionList must not be provided. Otherwise, the operation fails with a ValidationException error.

Returns:

  • (Boolean)


409
410
411
412
413
414
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 409

class DeleteResourceExplorerSetupInput < Struct.new(
  :region_list,
  :delete_in_all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_listArray<String>

A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses the DeleteInAllRegions parameter to determine scope.

Returns:

  • (Array<String>)


409
410
411
412
413
414
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 409

class DeleteResourceExplorerSetupInput < Struct.new(
  :region_list,
  :delete_in_all_regions)
  SENSITIVE = []
  include Aws::Structure
end