Class: Aws::Types::CreateDatasetResponse

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)


44
45
46
# File 'sig/types.rbs', line 44

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def dataset_name
  @dataset_name
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

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


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end