Class: Aws::Types::FaqSummary

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)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def created_at
  @created_at
end

#file_format"CSV", ...

Returns the value of attribute file_format.

Returns:

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


1060
1061
1062
# File 'sig/types.rbs', line 1060

def file_format
  @file_format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def id
  @id
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1057
1058
1059
# File 'sig/types.rbs', line 1057

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def updated_at
  @updated_at
end