Class: Aws::Types::DescribeFaqResponse

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)


733
734
735
# File 'sig/types.rbs', line 733

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def error_message
  @error_message
end

#file_format"CSV", ...

Returns the value of attribute file_format.

Returns:

  • ("CSV", "CSV_WITH_HEADER", "JSON")


739
740
741
# File 'sig/types.rbs', line 739

def file_format
  @file_format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def index_id
  @index_id
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def role_arn
  @role_arn
end

#s3_pathTypes::S3Path

Returns the value of attribute s3_path.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def s3_path
  @s3_path
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


736
737
738
# File 'sig/types.rbs', line 736

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


734
735
736
# File 'sig/types.rbs', line 734

def updated_at
  @updated_at
end