Class: Aws::Types::CreateEphemerisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


290
291
292
# File 'sig/types.rbs', line 290

def enabled
  @enabled
end

#ephemeris ⇒ Types::EphemerisData

Returns the value of attribute ephemeris.



295
296
297
# File 'sig/types.rbs', line 295

def ephemeris
  @ephemeris
end

#expiration_time ⇒ ::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


292
293
294
# File 'sig/types.rbs', line 292

def expiration_time
  @expiration_time
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def kms_key_arn
  @kms_key_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def name
  @name
end

#priority ⇒ ::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


291
292
293
# File 'sig/types.rbs', line 291

def priority
  @priority
end

#satellite_id ⇒ ::String

Returns the value of attribute satellite_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def satellite_id
  @satellite_id
end

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

Returns the value of attribute tags.

Returns:

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


296
297
298
# File 'sig/types.rbs', line 296

def tags
  @tags
end