Class: Aws::Types::CreateClusterSchedulerConfigRequest

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)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def cluster_arn
  @cluster_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def name
  @name
end

#scheduler_configTypes::SchedulerConfig

Returns the value of attribute scheduler_config.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def scheduler_config
  @scheduler_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2007
2008
2009
# File 'sig/types.rbs', line 2007

def tags
  @tags
end