Class: Aws::Types::CreateEphemerisRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEphemerisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ephemeris ⇒ Types::EphemerisData
Returns the value of attribute ephemeris.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
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.
293 294 295 |
# File 'sig/types.rbs', line 293 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
291 292 293 |
# File 'sig/types.rbs', line 291 def priority @priority end |
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
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.
296 297 298 |
# File 'sig/types.rbs', line 296 def @tags end |