Class: Aws::Types::DeleteScheduleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def client_token
  @client_token
end

#group_name ⇒ ::String

Returns the value of attribute group_name.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def group_name
  @group_name
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def name
  @name
end