Class: Aws::Types::ComponentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


116
117
118
# File 'sig/types.rbs', line 116

def created_at
  @created_at
end

#deployment_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "CANCELLING", "CANCELLED")


117
118
119
# File 'sig/types.rbs', line 117

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def deployment_status_message
  @deployment_status_message
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def environment_name
  @environment_name
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_deployment_attempted_at ⇒ ::Time

Returns the value of attribute last_deployment_attempted_at.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def last_deployment_attempted_at
  @last_deployment_attempted_at
end

#last_deployment_succeeded_at ⇒ ::Time

Returns the value of attribute last_deployment_succeeded_at.

Returns:

  • (::Time)


122
123
124
# File 'sig/types.rbs', line 122

def last_deployment_succeeded_at
  @last_deployment_succeeded_at
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


123
124
125
# File 'sig/types.rbs', line 123

def last_modified_at
  @last_modified_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def name
  @name
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def service_name
  @service_name
end