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)


386
387
388
389
390
391
392
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 386

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

#last_updated_atTime

The date and time when you last updated this index.

Returns:

  • (Time)


386
387
388
389
390
391
392
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 386

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

#stateString

Indicates the current state of the index.

Returns:

  • (String)


386
387
388
389
390
391
392
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 386

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