Method: Aws::CodeBuild::Types::Fleet#last_modified

Defined in:
lib/aws-sdk-codebuild/types.rb

#last_modifiedTime

The time at which the compute fleet was last modified.

Returns:

  • (Time)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-codebuild/types.rb', line 3041

class Fleet < Struct.new(
  :arn,
  :name,
  :id,
  :created,
  :last_modified,
  :status,
  :base_capacity,
  :environment_type,
  :compute_type,
  :compute_configuration,
  :scaling_configuration,
  :overflow_behavior,
  :vpc_config,
  :proxy_configuration,
  :image_id,
  :fleet_service_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end