Class: Aws::ResourceExplorer2::Types::DeleteResourceExplorerSetupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteResourceExplorerSetupInput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_in_all_regions ⇒ Boolean
Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled.
-
#region_list ⇒ Array<String>
A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration.
Instance Attribute Details
#delete_in_all_regions ⇒ Boolean
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.
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_list ⇒ Array<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.
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 |