Class: Aws::Types::DeploymentEventDataSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def description
  @description
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


96
97
98
# File 'sig/types.rbs', line 96

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def name
  @name
end

#status"CANCELED", ...

Returns the value of attribute status.

Returns:

  • ("CANCELED", "CANCELING", "COMPLETED", "CREATED", "FAILED", "IN_PROGRESS", "PENDING", "TIMED_OUT")


93
94
95
# File 'sig/types.rbs', line 93

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def status_reason
  @status_reason
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


95
96
97
# File 'sig/types.rbs', line 95

def timestamp
  @timestamp
end