Class: Aws::Types::CloudFormationTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def deployment_id
  @deployment_id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def last_updated_at
  @last_updated_at
end

#lifecycle_events::Array[Types::LifecycleEvent]

Returns the value of attribute lifecycle_events.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def lifecycle_events
  @lifecycle_events
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def resource_type
  @resource_type
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown", "Ready")


178
179
180
# File 'sig/types.rbs', line 178

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def target_id
  @target_id
end

#target_version_weight::Float

Returns the value of attribute target_version_weight.

Returns:

  • (::Float)


180
181
182
# File 'sig/types.rbs', line 180

def target_version_weight
  @target_version_weight
end