Class: Aws::Types::StartEarthObservationJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def execution_role_arn
  @execution_role_arn
end

#input_configTypes::InputConfigInput

Returns the value of attribute input_config.



593
594
595
# File 'sig/types.rbs', line 593

def input_config
  @input_config
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


597
598
599
# File 'sig/types.rbs', line 597

def tags
  @tags
end