Class: Aws::Types::GetStatusOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_list::Array[Types::Artifact]

Returns the value of attribute artifact_list.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def artifact_list
  @artifact_list
end

#carrier::String

Returns the value of attribute carrier.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def carrier
  @carrier
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

def creation_date
  @creation_date
end

#current_manifest::String

Returns the value of attribute current_manifest.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def current_manifest
  @current_manifest
end

#error_count::Integer

Returns the value of attribute error_count.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def error_count
  @error_count
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def job_id
  @job_id
end

#job_type"Import", "Export"

Returns the value of attribute job_type.

Returns:

  • ("Import", "Export")


97
98
99
# File 'sig/types.rbs', line 97

def job_type
  @job_type
end

#location_code::String

Returns the value of attribute location_code.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def location_code
  @location_code
end

#location_message::String

Returns the value of attribute location_message.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def location_message
  @location_message
end

#log_bucket::String

Returns the value of attribute log_bucket.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def log_bucket
  @log_bucket
end

#log_key::String

Returns the value of attribute log_key.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def log_key
  @log_key
end

#progress_code::String

Returns the value of attribute progress_code.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def progress_code
  @progress_code
end

#progress_message::String

Returns the value of attribute progress_message.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def progress_message
  @progress_message
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def signature
  @signature
end

#signature_file_contents::String

Returns the value of attribute signature_file_contents.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def signature_file_contents
  @signature_file_contents
end

#tracking_number::String

Returns the value of attribute tracking_number.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def tracking_number
  @tracking_number
end