Class: Aws::Types::Schedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def 
  @account_id
end

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


863
864
865
# File 'sig/types.rbs', line 863

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def created_by
  @created_by
end

#cron_expression ⇒ ::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def cron_expression
  @cron_expression
end

#job_names ⇒ ::Array[::String]

Returns the value of attribute job_names.

Returns:

  • (::Array[::String])


864
865
866
# File 'sig/types.rbs', line 864

def job_names
  @job_names
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


866
867
868
# File 'sig/types.rbs', line 866

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def name
  @name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def resource_arn
  @resource_arn
end

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

Returns the value of attribute tags.

Returns:

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


869
870
871
# File 'sig/types.rbs', line 869

def tags
  @tags
end