Class: Aws::Types::UpdateEphemerisRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEphemerisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def enabled @enabled end |
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def ephemeris_id @ephemeris_id end |
#name ⇒ ::String
Returns the value of attribute name.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def priority @priority end |