Class: Aws::Types::DataSource

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)


668
669
670
# File 'sig/types.rbs', line 668

def created_at
  @created_at
end

#data_deletion_policy"RETAIN", "DELETE"

Returns the value of attribute data_deletion_policy.

Returns:

  • ("RETAIN", "DELETE")


667
668
669
# File 'sig/types.rbs', line 667

def data_deletion_policy
  @data_deletion_policy
end

#data_source_configurationTypes::DataSourceConfiguration

Returns the value of attribute data_source_configuration.



664
665
666
# File 'sig/types.rbs', line 664

def data_source_configuration
  @data_source_configuration
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def description
  @description
end

#failure_reasons::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


670
671
672
# File 'sig/types.rbs', line 670

def failure_reasons
  @failure_reasons
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def knowledge_base_id
  @knowledge_base_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def name
  @name
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



665
666
667
# File 'sig/types.rbs', line 665

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


662
663
664
# File 'sig/types.rbs', line 662

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


669
670
671
# File 'sig/types.rbs', line 669

def updated_at
  @updated_at
end

#vector_ingestion_configurationTypes::VectorIngestionConfiguration

Returns the value of attribute vector_ingestion_configuration.



666
667
668
# File 'sig/types.rbs', line 666

def vector_ingestion_configuration
  @vector_ingestion_configuration
end