Class: Aws::Types::DataSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def knowledge_base_id
  @knowledge_base_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def name
  @name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING", "DELETE_UNSUCCESSFUL", "CREATING", "UPDATING", "FAILED")


689
690
691
# File 'sig/types.rbs', line 689

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


691
692
693
# File 'sig/types.rbs', line 691

def updated_at
  @updated_at
end