Class: Aws::Types::ExportEarthObservationJobInput
- Inherits:
-
Object
- Object
- Aws::Types::ExportEarthObservationJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#export_source_images ⇒ Boolean
Returns the value of attribute export_source_images.
-
#output_config ⇒ Types::OutputConfigInput
Returns the value of attribute output_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
103 104 105 |
# File 'sig/types.rbs', line 103 def client_token @client_token end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def execution_role_arn @execution_role_arn end |
#export_source_images ⇒ Boolean
Returns the value of attribute export_source_images.
105 106 107 |
# File 'sig/types.rbs', line 105 def export_source_images @export_source_images end |
#output_config ⇒ Types::OutputConfigInput
Returns the value of attribute output_config.
106 107 108 |
# File 'sig/types.rbs', line 106 def output_config @output_config end |