Class: Aws::Types::StartEarthObservationJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartEarthObservationJobOutput
- 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.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_config ⇒ Types::InputConfigOutput
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.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
602 603 604 |
# File 'sig/types.rbs', line 602 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
603 604 605 |
# File 'sig/types.rbs', line 603 def creation_time @creation_time end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
604 605 606 |
# File 'sig/types.rbs', line 604 def duration_in_seconds @duration_in_seconds end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def execution_role_arn @execution_role_arn end |
#input_config ⇒ Types::InputConfigOutput
Returns the value of attribute input_config.
606 607 608 |
# File 'sig/types.rbs', line 606 def input_config @input_config end |
#job_config ⇒ Types::JobConfigInput
Returns the value of attribute job_config.
607 608 609 |
# File 'sig/types.rbs', line 607 def job_config @job_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
608 609 610 |
# File 'sig/types.rbs', line 608 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
609 610 611 |
# File 'sig/types.rbs', line 609 def name @name end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
610 611 612 |
# File 'sig/types.rbs', line 610 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
611 612 613 |
# File 'sig/types.rbs', line 611 def @tags end |