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)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def cluster_arn
  @cluster_arn
end

#cluster_scheduler_config_arn::String

Returns the value of attribute cluster_scheduler_config_arn.

Returns:

  • (::String)


1587
1588
1589
# File 'sig/types.rbs', line 1587

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)


1588
1589
1590
# File 'sig/types.rbs', line 1588

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)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def cluster_scheduler_config_version
  @cluster_scheduler_config_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

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")


1593
1594
1595
# File 'sig/types.rbs', line 1593

def status
  @status
end