Class: Aws::Types::OpenSearchAction

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)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def id
  @id
end

#index::String

Returns the value of attribute index.

Returns:

  • (::String)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def index
  @index
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4039
4040
4041
# File 'sig/types.rbs', line 4039

def role_arn
  @role_arn
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4042
4043
4044
# File 'sig/types.rbs', line 4042

def type
  @type
end