Class: Aws::Types::StartEarthObservationJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartEarthObservationJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_config ⇒ Types::InputConfigInput
Returns the value of attribute input_config.
-
#job_config ⇒ Types::JobConfigInput
Returns the value of attribute job_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
591 592 593 |
# File 'sig/types.rbs', line 591 def client_token @client_token end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def execution_role_arn @execution_role_arn end |
#input_config ⇒ Types::InputConfigInput
Returns the value of attribute input_config.
593 594 595 |
# File 'sig/types.rbs', line 593 def input_config @input_config end |
#job_config ⇒ Types::JobConfigInput
Returns the value of attribute job_config.
594 595 596 |
# File 'sig/types.rbs', line 594 def job_config @job_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
596 597 598 |
# File 'sig/types.rbs', line 596 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
597 598 599 |
# File 'sig/types.rbs', line 597 def @tags end |