Class: Aws::Types::BundleTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def bundle_id
  @bundle_id
end

#bundle_task_errorTypes::BundleTaskError

Returns the value of attribute bundle_task_error.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def bundle_task_error
  @bundle_task_error
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def instance_id
  @instance_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "waiting-for-shutdown", "bundling", "storing", "cancelling", "complete", "failed")


1204
1205
1206
# File 'sig/types.rbs', line 1204

def state
  @state
end

#storageTypes::Storage

Returns the value of attribute storage.

Returns:



1207
1208
1209
# File 'sig/types.rbs', line 1207

def storage
  @storage
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def update_time
  @update_time
end