Class: Aws::Scheduler::Types::ScheduleGroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb

Overview

The details of a schedule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the schedule group.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028

class ScheduleGroupSummary < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The time at which the schedule group was created.

Returns:

  • (Time)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028

class ScheduleGroupSummary < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_dateTime

The time at which the schedule group was last modified.

Returns:

  • (Time)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028

class ScheduleGroupSummary < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schedule group.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028

class ScheduleGroupSummary < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Specifies the state of the schedule group.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028

class ScheduleGroupSummary < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end