Class: Aws::Types::ScheduleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def creation_date
  @creation_date
end

#group_name ⇒ ::String

Returns the value of attribute group_name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def group_name
  @group_name
end

#last_modification_date ⇒ ::Time

Returns the value of attribute last_modification_date.

Returns:

  • (::Time)


257
258
259
# File 'sig/types.rbs', line 257

def last_modification_date
  @last_modification_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def name
  @name
end

#state ⇒ "ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


259
260
261
# File 'sig/types.rbs', line 259

def state
  @state
end

#target ⇒ Types::TargetSummary

Returns the value of attribute target.



260
261
262
# File 'sig/types.rbs', line 260

def target
  @target
end