Class: Aws::Types::DescribeScheduleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


473
474
475
# File 'sig/types.rbs', line 473

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def created_by
  @created_by
end

#cron_expression ⇒ ::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def cron_expression
  @cron_expression
end

#job_names ⇒ ::Array[::String]

Returns the value of attribute job_names.

Returns:

  • (::Array[::String])


475
476
477
# File 'sig/types.rbs', line 475

def job_names
  @job_names
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


477
478
479
# File 'sig/types.rbs', line 477

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def name
  @name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def resource_arn
  @resource_arn
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


480
481
482
# File 'sig/types.rbs', line 480

def tags
  @tags
end