Class: Aws::Types::UpdateThesaurusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def role_arn
  @role_arn
end

#source_s3_pathTypes::S3Path

Returns the value of attribute source_s3_path.

Returns:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def source_s3_path
  @source_s3_path
end