Class: Aws::ResourceExplorer2::Types::DeleteIndexOutput

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

#arnString

The Amazon resource name (ARN) of the index that you successfully started the deletion process.

This operation is asynchronous. To check its status, call the GetIndex operation.

Returns:

  • (String)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343

class DeleteIndexOutput < Struct.new(
  :arn,
  :last_updated_at,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time when you last updated this index.

Returns:

  • (Time)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343

class DeleteIndexOutput < Struct.new(
  :arn,
  :last_updated_at,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Indicates the current state of the index.

Returns:

  • (String)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343

class DeleteIndexOutput < Struct.new(
  :arn,
  :last_updated_at,
  :state)
  SENSITIVE = []
  include Aws::Structure
end