Class: Aws::Types::DescribeEphemerisResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


450
451
452
# File 'sig/types.rbs', line 450

def creation_time
  @creation_time
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


451
452
453
# File 'sig/types.rbs', line 451

def enabled
  @enabled
end

#ephemeris_id ⇒ ::String

Returns the value of attribute ephemeris_id.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def ephemeris_id
  @ephemeris_id
end

#error_reasons ⇒ ::Array[Types::EphemerisErrorReason]

Returns the value of attribute error_reasons.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def error_reasons
  @error_reasons
end

#invalid_reason ⇒ "METADATA_INVALID", ...

Returns the value of attribute invalid_reason.

Returns:

  • ("METADATA_INVALID", "TIME_RANGE_INVALID", "TRAJECTORY_INVALID", "KMS_KEY_INVALID", "VALIDATION_ERROR")


455
456
457
# File 'sig/types.rbs', line 455

def invalid_reason
  @invalid_reason
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def name
  @name
end

#priority ⇒ ::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


449
450
451
# File 'sig/types.rbs', line 449

def priority
  @priority
end

#satellite_id ⇒ ::String

Returns the value of attribute satellite_id.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def satellite_id
  @satellite_id
end

#status ⇒ "VALIDATING", ...

Returns the value of attribute status.

Returns:

  • ("VALIDATING", "INVALID", "ERROR", "ENABLED", "DISABLED", "EXPIRED")


448
449
450
# File 'sig/types.rbs', line 448

def status
  @status
end

#supplied_data ⇒ Types::EphemerisTypeDescription

Returns the value of attribute supplied_data.



454
455
456
# File 'sig/types.rbs', line 454

def supplied_data
  @supplied_data
end

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

Returns the value of attribute tags.

Returns:

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


453
454
455
# File 'sig/types.rbs', line 453

def tags
  @tags
end