Class: Aws::Types::CreateThesaurusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def description
  @description
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def role_arn
  @role_arn
end

#source_s3_pathTypes::S3Path

Returns the value of attribute source_s3_path.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def source_s3_path
  @source_s3_path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def tags
  @tags
end