Class: Aws::ResourceExplorer2::Types::CreateIndexOutput

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 ARN of the new local index for the Region. You can reference this ARN in IAM permission policies to authorize the following operations: DeleteIndex | GetIndex | UpdateIndexType | CreateView

Returns:

  • (String)


204
205
206
207
208
209
210
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 204

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

#created_atTime

The date and timestamp when the index was created.

Returns:

  • (Time)


204
205
206
207
208
209
210
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 204

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

#stateString

Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.

<note markdown=“1”> The state can remain in the ‘CREATING` or `UPDATING` state for several hours as Resource Explorer discovers the information about your resources and populates the index.

</note>

Returns:

  • (String)


204
205
206
207
208
209
210
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 204

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