Class: Aws::Types::DeploymentData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:specifications])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


69
70
71
# File 'sig/types.rbs', line 69

def created_at
  @created_at
end

#deleted_at::Time

Returns the value of attribute deleted_at.

Returns:

  • (::Time)


73
74
75
# File 'sig/types.rbs', line 73

def deleted_at
  @deleted_at
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def deployment_arn
  @deployment_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def name
  @name
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def pattern_name
  @pattern_name
end

#resource_group::String

Returns the value of attribute resource_group.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def resource_group
  @resource_group
end

#specifications::Hash[::String, ::String]

Returns the value of attribute specifications.

Returns:

  • (::Hash[::String, ::String])


71
72
73
# File 'sig/types.rbs', line 71

def specifications
  @specifications
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")


68
69
70
# File 'sig/types.rbs', line 68

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


74
75
76
# File 'sig/types.rbs', line 74

def tags
  @tags
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def workload_name
  @workload_name
end