Class: Aws::Types::DeploymentDataSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def name
  @name
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def pattern_name
  @pattern_name
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "CREATING", "DELETE_IN_PROGRESS", "DELETE_INITIATING", "DELETE_FAILED", "DELETED", "FAILED", "IN_PROGRESS", "VALIDATING", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETED", "UPDATE_FAILED", "UPDATE_ROLLBACK_COMPLETED", "UPDATE_ROLLBACK_FAILED")


84
85
86
# File 'sig/types.rbs', line 84

def status
  @status
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def workload_name
  @workload_name
end