Class: Aws::Types::UpdateQuerySuggestionsBlockListRequest

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)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def role_arn
  @role_arn
end

#source_s3_pathTypes::S3Path

Returns the value of attribute source_s3_path.

Returns:



2123
2124
2125
# File 'sig/types.rbs', line 2123

def source_s3_path
  @source_s3_path
end