Class: Aws::Types::CreateFleetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def client_token
  @client_token
end

#configurationTypes::FleetConfiguration

Returns the value of attribute configuration.



717
718
719
# File 'sig/types.rbs', line 717

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def farm_id
  @farm_id
end

#host_configurationTypes::HostConfiguration

Returns the value of attribute host_configuration.



719
720
721
# File 'sig/types.rbs', line 719

def host_configuration
  @host_configuration
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


716
717
718
# File 'sig/types.rbs', line 716

def max_worker_count
  @max_worker_count
end

#min_worker_count::Integer

Returns the value of attribute min_worker_count.

Returns:

  • (::Integer)


715
716
717
# File 'sig/types.rbs', line 715

def min_worker_count
  @min_worker_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


718
719
720
# File 'sig/types.rbs', line 718

def tags
  @tags
end