Class: Aws::Types::ClusterSchedulerConfigSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def cluster_arn
  @cluster_arn
end

#cluster_scheduler_config_arn::String

Returns the value of attribute cluster_scheduler_config_arn.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def cluster_scheduler_config_arn
  @cluster_scheduler_config_arn
end

#cluster_scheduler_config_id::String

Returns the value of attribute cluster_scheduler_config_id.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def cluster_scheduler_config_id
  @cluster_scheduler_config_id
end

#cluster_scheduler_config_version::Integer

Returns the value of attribute cluster_scheduler_config_version.

Returns:

  • (::Integer)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def cluster_scheduler_config_version
  @cluster_scheduler_config_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "CreateFailed", "CreateRollbackFailed", "Created", "Updating", "UpdateFailed", "UpdateRollbackFailed", "Updated", "Deleting", "DeleteFailed", "DeleteRollbackFailed", "Deleted")


1578
1579
1580
# File 'sig/types.rbs', line 1578

def status
  @status
end