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)


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

def cluster_arn
  @cluster_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


641
642
643
# File 'sig/types.rbs', line 641

def created_at
  @created_at
end

#current_revisions::Array[Types::DaemonRevisionDetail]

Returns the value of attribute current_revisions.

Returns:



639
640
641
# File 'sig/types.rbs', line 639

def current_revisions
  @current_revisions
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


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

def daemon_arn
  @daemon_arn
end

#deployment_arn::String

Returns the value of attribute deployment_arn.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def deployment_arn
  @deployment_arn
end

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


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

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


642
643
644
# File 'sig/types.rbs', line 642

def updated_at
  @updated_at
end