Class: Aws::OpenSearchService::Types::DeleteIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2274

class DeleteIndexRequest < Struct.new(
  :domain_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the index to delete.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2274

class DeleteIndexRequest < Struct.new(
  :domain_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end