Class: Aws::Types::ImportDatasetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def dataset_name
  @dataset_name
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def job_id
  @job_id
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "INGESTION_IN_PROGRESS", "ACTIVE", "IMPORT_IN_PROGRESS")


463
464
465
# File 'sig/types.rbs', line 463

def status
  @status
end