Class: Aws::Types::DatasetSummary

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)


176
177
178
# File 'sig/types.rbs', line 176

def created_at
  @created_at
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def dataset_name
  @dataset_name
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

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


175
176
177
# File 'sig/types.rbs', line 175

def status
  @status
end