Class: Aws::Types::StartEarthObservationJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def execution_role_arn
  @execution_role_arn
end

#input_configTypes::InputConfigOutput

Returns the value of attribute input_config.



606
607
608
# File 'sig/types.rbs', line 606

def input_config
  @input_config
end

#job_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def name
  @name
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "IN_PROGRESS", "STOPPING", "COMPLETED", "STOPPED", "FAILED", "DELETING", "DELETED")


610
611
612
# File 'sig/types.rbs', line 610

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


611
612
613
# File 'sig/types.rbs', line 611

def tags
  @tags
end