Class: Aws::Types::ExportEarthObservationJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExportEarthObservationJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#export_source_images ⇒ Boolean
Returns the value of attribute export_source_images.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#output_config ⇒ Types::OutputConfigInput
Returns the value of attribute output_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
112 113 114 |
# File 'sig/types.rbs', line 112 def creation_time @creation_time end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def execution_role_arn @execution_role_arn end |
#export_source_images ⇒ Boolean
Returns the value of attribute export_source_images.
114 115 116 |
# File 'sig/types.rbs', line 114 def export_source_images @export_source_images end |
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
115 116 117 |
# File 'sig/types.rbs', line 115 def export_status @export_status end |
#output_config ⇒ Types::OutputConfigInput
Returns the value of attribute output_config.
116 117 118 |
# File 'sig/types.rbs', line 116 def output_config @output_config end |