Module: Aws::SnowDeviceManagement::Client::_DescribeTaskResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeTaskOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#completed_at::Time

Returns:

  • (::Time)


160
# File 'sig/client.rbs', line 160

def completed_at: () -> ::Time

#created_at::Time

Returns:

  • (::Time)


161
# File 'sig/client.rbs', line 161

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


162
# File 'sig/client.rbs', line 162

def description: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


163
# File 'sig/client.rbs', line 163

def last_updated_at: () -> ::Time

#state"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED")


164
# File 'sig/client.rbs', line 164

def state: () -> ("IN_PROGRESS" | "CANCELED" | "COMPLETED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


165
# File 'sig/client.rbs', line 165

def tags: () -> ::Hash[::String, ::String]

#targets::Array[::String]

Returns:

  • (::Array[::String])


166
# File 'sig/client.rbs', line 166

def targets: () -> ::Array[::String]

#task_arn::String

Returns:

  • (::String)


167
# File 'sig/client.rbs', line 167

def task_arn: () -> ::String

#task_id::String

Returns:

  • (::String)


168
# File 'sig/client.rbs', line 168

def task_id: () -> ::String