Class: Aws::Types::ElasticsearchAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def id
  @id
end

#index::String

Returns the value of attribute index.

Returns:

  • (::String)


2222
2223
2224
# File 'sig/types.rbs', line 2222

def index
  @index
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def role_arn
  @role_arn
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def type
  @type
end