Class: Aws::Types::DatasetDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


341
342
343
# File 'sig/types.rbs', line 341

def creation_timestamp
  @creation_timestamp
end

#dataset_statsTypes::DatasetStats

Returns the value of attribute dataset_stats.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def dataset_stats
  @dataset_stats
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


342
343
344
# File 'sig/types.rbs', line 342

def last_updated_timestamp
  @last_updated_timestamp
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "DELETE_IN_PROGRESS")


343
344
345
# File 'sig/types.rbs', line 343

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def status_message
  @status_message
end

#status_message_code"SUCCESS", ...

Returns the value of attribute status_message_code.

Returns:

  • ("SUCCESS", "SERVICE_ERROR", "CLIENT_ERROR")


345
346
347
# File 'sig/types.rbs', line 345

def status_message_code
  @status_message_code
end