Class: Aws::Types::DeploymentModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_state"DEPLOY", "UNDEPLOY"

Returns the value of attribute desired_state.

Returns:

  • ("DEPLOY", "UNDEPLOY")


29
30
31
# File 'sig/types.rbs', line 29

def desired_state
  @desired_state
end

#model_handle::String

Returns the value of attribute model_handle.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def model_handle
  @model_handle
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def model_version
  @model_version
end

#rollback_failure_reason::String

Returns the value of attribute rollback_failure_reason.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def rollback_failure_reason
  @rollback_failure_reason
end

#state"DEPLOY", "UNDEPLOY"

Returns the value of attribute state.

Returns:

  • ("DEPLOY", "UNDEPLOY")


30
31
32
# File 'sig/types.rbs', line 30

def state
  @state
end

#status"SUCCESS", "FAIL"

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "FAIL")


31
32
33
# File 'sig/types.rbs', line 31

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def status_reason
  @status_reason
end