Class: Aws::Types::GetStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
-
#carrier ⇒ ::String
Returns the value of attribute carrier.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#current_manifest ⇒ ::String
Returns the value of attribute current_manifest.
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
-
#location_code ⇒ ::String
Returns the value of attribute location_code.
-
#location_message ⇒ ::String
Returns the value of attribute location_message.
-
#log_bucket ⇒ ::String
Returns the value of attribute log_bucket.
-
#log_key ⇒ ::String
Returns the value of attribute log_key.
-
#progress_code ⇒ ::String
Returns the value of attribute progress_code.
-
#progress_message ⇒ ::String
Returns the value of attribute progress_message.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#signature_file_contents ⇒ ::String
Returns the value of attribute signature_file_contents.
-
#tracking_number ⇒ ::String
Returns the value of attribute tracking_number.
Instance Attribute Details
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
111 112 113 |
# File 'sig/types.rbs', line 111 def artifact_list @artifact_list end |
#carrier ⇒ ::String
Returns the value of attribute carrier.
102 103 104 |
# File 'sig/types.rbs', line 102 def carrier @carrier end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
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.
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.
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.
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.
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.
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.
99 100 101 |
# File 'sig/types.rbs', line 99 def end |
#log_bucket ⇒ ::String
Returns the value of attribute log_bucket.
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.
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.
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.
101 102 103 |
# File 'sig/types.rbs', line 101 def end |
#signature ⇒ ::String
Returns the value of attribute signature.
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.
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.
103 104 105 |
# File 'sig/types.rbs', line 103 def tracking_number @tracking_number end |