Class: Aws::Types::DataCollectionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


193
194
195
# File 'sig/types.rbs', line 193

def completion_time
  @completion_time
end

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


194
195
196
# File 'sig/types.rbs', line 194

def failed
  @failed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def in_progress
  @in_progress
end

#servers::Integer

Returns the value of attribute servers.

Returns:

  • (::Integer)


196
197
198
# File 'sig/types.rbs', line 196

def servers
  @servers
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED", "STOPPED")


198
199
200
# File 'sig/types.rbs', line 198

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def status_message
  @status_message
end

#success::Integer

Returns the value of attribute success.

Returns:

  • (::Integer)


200
201
202
# File 'sig/types.rbs', line 200

def success
  @success
end