Class: Aws::Types::Deployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def created_at
  @created_at
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def deployment_arn
  @deployment_arn
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def deployment_id
  @deployment_id
end

#deployment_type"NewDeployment", ...

Returns the value of attribute deployment_type.

Returns:

  • ("NewDeployment", "Redeployment", "ResetDeployment", "ForceResetDeployment")


500
501
502
# File 'sig/types.rbs', line 500

def deployment_type
  @deployment_type
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def group_arn
  @group_arn
end