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)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def bundle_id
  @bundle_id
end

#bundle_task_errorTypes::BundleTaskError

Returns the value of attribute bundle_task_error.



1109
1110
1111
# File 'sig/types.rbs', line 1109

def bundle_task_error
  @bundle_task_error
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def instance_id
  @instance_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


1104
1105
1106
# File 'sig/types.rbs', line 1104

def state
  @state
end

#storageTypes::Storage

Returns the value of attribute storage.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def storage
  @storage
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def update_time
  @update_time
end