Class: Aws::Types::BulkDeploymentResult

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)


53
54
55
# File 'sig/types.rbs', line 53

def created_at
  @created_at
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def deployment_arn
  @deployment_arn
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def deployment_id
  @deployment_id
end

#deployment_status::String

Returns the value of attribute deployment_status.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def deployment_status
  @deployment_status
end

#deployment_type"NewDeployment", ...

Returns the value of attribute deployment_type.

Returns:

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


57
58
59
# File 'sig/types.rbs', line 57

def deployment_type
  @deployment_type
end

#error_details::Array[Types::ErrorDetail]

Returns the value of attribute error_details.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def error_details
  @error_details
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def error_message
  @error_message
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def group_arn
  @group_arn
end