Class: Aws::Types::MotionGraphicsActivateScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::MotionGraphicsActivateScheduleActionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#password_param ⇒ ::String
Returns the value of attribute password_param.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def duration @duration end |
#password_param ⇒ ::String
Returns the value of attribute password_param.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def password_param @password_param end |
#url ⇒ ::String
Returns the value of attribute url.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def url @url end |
#username ⇒ ::String
Returns the value of attribute username.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def username @username end |