Class: Aws::Types::CreateCapacityProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_providerTypes::AutoScalingGroupProvider

Returns the value of attribute auto_scaling_group_provider.



366
367
368
# File 'sig/types.rbs', line 366

def auto_scaling_group_provider
  @auto_scaling_group_provider
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def cluster
  @cluster
end

#managed_instances_providerTypes::CreateManagedInstancesProviderConfiguration

Returns the value of attribute managed_instances_provider.



367
368
369
# File 'sig/types.rbs', line 367

def managed_instances_provider
  @managed_instances_provider
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def tags
  @tags
end