Class: Aws::Types::DescribeDraftAppVersionResourcesImportStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDraftAppVersionResourcesImportStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_change_time ⇒ ::Time
Returns the value of attribute status_change_time.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
565 566 567 |
# File 'sig/types.rbs', line 565 def app_version @app_version end |
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
566 567 568 |
# File 'sig/types.rbs', line 566 def error_details @error_details end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
567 568 569 |
# File 'sig/types.rbs', line 567 def @error_message end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
568 569 570 |
# File 'sig/types.rbs', line 568 def status @status end |
#status_change_time ⇒ ::Time
Returns the value of attribute status_change_time.
569 570 571 |
# File 'sig/types.rbs', line 569 def status_change_time @status_change_time end |