Class: Aws::Types::DaemonDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def cluster_arn
  @cluster_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


636
637
638
# File 'sig/types.rbs', line 636

def created_at
  @created_at
end

#current_revisions::Array[Types::DaemonRevisionDetail]

Returns the value of attribute current_revisions.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def current_revisions
  @current_revisions
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def daemon_arn
  @daemon_arn
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def deployment_arn
  @deployment_arn
end

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


633
634
635
# File 'sig/types.rbs', line 633

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


637
638
639
# File 'sig/types.rbs', line 637

def updated_at
  @updated_at
end