Class: Aws::Types::ScheduleGroupSummary

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)


245
246
247
# File 'sig/types.rbs', line 245

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


246
247
248
# File 'sig/types.rbs', line 246

def creation_date
  @creation_date
end

#last_modification_date ⇒ ::Time

Returns the value of attribute last_modification_date.

Returns:

  • (::Time)


247
248
249
# File 'sig/types.rbs', line 247

def last_modification_date
  @last_modification_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def name
  @name
end

#state ⇒ "ACTIVE", "DELETING"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DELETING")


249
250
251
# File 'sig/types.rbs', line 249

def state
  @state
end