Class: Aws::ResourceExplorer2::Types::DeleteIndexInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The [Amazon resource name (ARN)] of the index that you want to delete.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


313
314
315
316
317
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 313

class DeleteIndexInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end