Class: Aws::Types::InstanceSummary

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)


689
690
691
# File 'sig/types.rbs', line 689

def deployment_id
  @deployment_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def instance_id
  @instance_id
end

#instance_type"Blue", "Green"

Returns the value of attribute instance_type.

Returns:

  • ("Blue", "Green")


694
695
696
# File 'sig/types.rbs', line 694

def instance_type
  @instance_type
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


692
693
694
# File 'sig/types.rbs', line 692

def last_updated_at
  @last_updated_at
end

#lifecycle_events::Array[Types::LifecycleEvent]

Returns the value of attribute lifecycle_events.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def lifecycle_events
  @lifecycle_events
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

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


691
692
693
# File 'sig/types.rbs', line 691

def status
  @status
end