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

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 successfully started the deletion process.

<note markdown=“1”> This operation is asynchronous. To check its status, call the GetIndex operation.

</note>

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

Returns:

  • (String)


343
344
345
346
347
348
349
# File '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 '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 'lib/aws-sdk-resourceexplorer2/types.rb', line 343

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