Class: Aws::Types::KnowledgeBaseSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_owner_username])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7137
7138
7139
# File 'sig/types.rbs', line 7137

def created_at
  @created_at
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


7135
7136
7137
# File 'sig/types.rbs', line 7135

def data_source_arn
  @data_source_arn
end

#document_count::Integer

Returns the value of attribute document_count.

Returns:

  • (::Integer)


7140
7141
7142
# File 'sig/types.rbs', line 7140

def document_count
  @document_count
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


7131
7132
7133
# File 'sig/types.rbs', line 7131

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


7132
7133
7134
# File 'sig/types.rbs', line 7132

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_size_bytes::Integer

Returns the value of attribute knowledge_base_size_bytes.

Returns:

  • (::Integer)


7139
7140
7141
# File 'sig/types.rbs', line 7139

def knowledge_base_size_bytes
  @knowledge_base_size_bytes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7133
7134
7135
# File 'sig/types.rbs', line 7133

def name
  @name
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


7141
7142
7143
# File 'sig/types.rbs', line 7141

def primary_owner_arn
  @primary_owner_arn
end

#primary_owner_username::String

Returns the value of attribute primary_owner_username.

Returns:

  • (::String)


7142
7143
7144
# File 'sig/types.rbs', line 7142

def primary_owner_username
  @primary_owner_username
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


7134
7135
7136
# File 'sig/types.rbs', line 7134

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7136
7137
7138
# File 'sig/types.rbs', line 7136

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7138
7139
7140
# File 'sig/types.rbs', line 7138

def updated_at
  @updated_at
end