Class: Aws::Types::DescribeQuerySuggestionsBlockListResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


816
817
818
# File 'sig/types.rbs', line 816

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def error_message
  @error_message
end

#file_size_bytes::Integer

Returns the value of attribute file_size_bytes.

Returns:

  • (::Integer)


820
821
822
# File 'sig/types.rbs', line 820

def file_size_bytes
  @file_size_bytes
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def index_id
  @index_id
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


819
820
821
# File 'sig/types.rbs', line 819

def item_count
  @item_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def role_arn
  @role_arn
end

#source_s3_pathTypes::S3Path

Returns the value of attribute source_s3_path.

Returns:



818
819
820
# File 'sig/types.rbs', line 818

def source_s3_path
  @source_s3_path
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "UPDATING", "ACTIVE_BUT_UPDATE_FAILED", "FAILED")


814
815
816
# File 'sig/types.rbs', line 814

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


817
818
819
# File 'sig/types.rbs', line 817

def updated_at
  @updated_at
end