Class: Aws::CodeDeploy::Types::GenericRevisionInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Information about an application revision.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_groupsArray<String>

The deployment groups for which this is the current target revision.

Returns:

  • (Array<String>)


2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-codedeploy/types.rb', line 2350

class GenericRevisionInfo < Struct.new(
  :description,
  :deployment_groups,
  :first_used_time,
  :last_used_time,
  :register_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A comment about the revision.

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-codedeploy/types.rb', line 2350

class GenericRevisionInfo < Struct.new(
  :description,
  :deployment_groups,
  :first_used_time,
  :last_used_time,
  :register_time)
  SENSITIVE = []
  include Aws::Structure
end

#first_used_timeTime

When the revision was first used by CodeDeploy.

Returns:

  • (Time)


2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-codedeploy/types.rb', line 2350

class GenericRevisionInfo < Struct.new(
  :description,
  :deployment_groups,
  :first_used_time,
  :last_used_time,
  :register_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_used_timeTime

When the revision was last used by CodeDeploy.

Returns:

  • (Time)


2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-codedeploy/types.rb', line 2350

class GenericRevisionInfo < Struct.new(
  :description,
  :deployment_groups,
  :first_used_time,
  :last_used_time,
  :register_time)
  SENSITIVE = []
  include Aws::Structure
end

#register_timeTime

When the revision was registered with CodeDeploy.

Returns:

  • (Time)


2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-codedeploy/types.rb', line 2350

class GenericRevisionInfo < Struct.new(
  :description,
  :deployment_groups,
  :first_used_time,
  :last_used_time,
  :register_time)
  SENSITIVE = []
  include Aws::Structure
end