Class: Aws::Scheduler::Types::GetScheduleGroupOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 538

class GetScheduleGroupOutput < 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)


538
539
540
541
542
543
544
545
546
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 538

class GetScheduleGroupOutput < 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)


538
539
540
541
542
543
544
545
546
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 538

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

#nameString

The name of the schedule group.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 538

class GetScheduleGroupOutput < 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)


538
539
540
541
542
543
544
545
546
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 538

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