Class: Aws::Types::DescribeThingRegistrationTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def creation_date
  @creation_date
end

#failure_count::Integer

Returns the value of attribute failure_count.

Returns:

  • (::Integer)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def failure_count
  @failure_count
end

#input_file_bucket::String

Returns the value of attribute input_file_bucket.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def input_file_bucket
  @input_file_bucket
end

#input_file_key::String

Returns the value of attribute input_file_key.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def input_file_key
  @input_file_key
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def last_modified_date
  @last_modified_date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def message
  @message
end

#percentage_progress::Integer

Returns the value of attribute percentage_progress.

Returns:

  • (::Integer)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def percentage_progress
  @percentage_progress
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def role_arn
  @role_arn
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed", "Cancelled", "Cancelling")


2046
2047
2048
# File 'sig/types.rbs', line 2046

def status
  @status
end

#success_count::Integer

Returns the value of attribute success_count.

Returns:

  • (::Integer)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def success_count
  @success_count
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def task_id
  @task_id
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def template_body
  @template_body
end