Class: Aws::Types::MotionGraphicsActivateScheduleActionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def duration
  @duration
end

#password_param::String

Returns the value of attribute password_param.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def password_param
  @password_param
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def url
  @url
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def username
  @username
end