Class: Aws::Types::UpdateFleetRequest

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)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def client_token
  @client_token
end

#configurationTypes::FleetConfiguration

Returns the value of attribute configuration.



3185
3186
3187
# File 'sig/types.rbs', line 3185

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3181
3182
3183
# File 'sig/types.rbs', line 3181

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3180
3181
3182
# File 'sig/types.rbs', line 3180

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def fleet_id
  @fleet_id
end

#host_configurationTypes::HostConfiguration

Returns the value of attribute host_configuration.



3186
3187
3188
# File 'sig/types.rbs', line 3186

def host_configuration
  @host_configuration
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


3184
3185
3186
# File 'sig/types.rbs', line 3184

def max_worker_count
  @max_worker_count
end

#min_worker_count::Integer

Returns the value of attribute min_worker_count.

Returns:

  • (::Integer)


3183
3184
3185
# File 'sig/types.rbs', line 3183

def min_worker_count
  @min_worker_count
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3182
3183
3184
# File 'sig/types.rbs', line 3182

def role_arn
  @role_arn
end